Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Mete_Atamel
Mete_Atamel
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
4

Posts & Comments

Posts & Comments
96

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mete_Atamel
Customize the badges you want to showcase on your profile
Re: Messaging SocketServer stops to accept new connections on Solaris - Adobe LiveCycle 08-12-2010
Could you try to figure out whether this is related to the number of connections? If so, we can be more certain that it's an OS level connection limit. Also, when the server stops accepting new connections, could you get a JVM thread-dump to see if there's a deadlock or something?

Views

140

Likes

0

Replies

0
Re: LiveCycle Data Services without Flex UI - Adobe LiveCycle 02-07-2010
You can use AMFConnection in BlazeDS to make remoting calls from Java to BlazeDS/LCDS. The load testing tool in LCDS (lives under resources/load-testing-tool) has Java APIs for Producer, Consumer, ChannelSet, RemoteObject etc. that you can use as well, although it's not a full Java API (not 100% complete as Actionscript API) yet.

Views

159

Likes

0

Replies

0
Re: lcds rtmp dying on large file transfers to remote java class - Adobe LiveCycle 27-04-2010
There's a limit of 10MB for a single RTMP message in LCDS, you're probably running into this but you're supposed to get a "TCMessageTooLargeException" when you go over 10MB. I think there might be a bug around bubbling this exception but either way, I think you should try to chop your file in 10MB chunks when using RTMP.

Views

119

Likes

0

Replies

0
Re: lcds rtmp dying on large file transfers to remote java class - Adobe LiveCycle 21-04-2010
Is this consistently reproducible? So, if I return a file with 24MB size from the server over RTMP, I'll run into this?

Views

115

Likes

0

Replies

0
Re: Problem with Flex Messaging using JMS - Adobe LiveCycle 04-11-2007
It's hard to tell what might be wrong. You should turn onserver side debug logging on. Look into services-config.xml,there's a logging section. Make sure the level is set to "Debug",run your test again and see what server side logging you get. Ifyou cannot send messages, there should be more info in the debuglog for why that is happening.

Views

255

Likes

0

Replies

0
Re: Destination Problem - Adobe LiveCycle 02-11-2007
I'd suggest replacing server.name, server.port andcontext.root with actual values and recompiling you app withservices-config.xml. See if that helps.

Views

224

Likes

0

Replies

0
Re: Problem with Flex Messaging using JMS - Adobe LiveCycle 02-11-2007
What exactly is the problem? Turn on debug logging on theserver and let us know if you see any exceptions/errors.

Views

253

Likes

0

Replies

0
Re: Destination 'ColdFusionGateway' requires FlexClient support which was introduced in version 2.5..... - Adobe LiveCycle 02-11-2007
Are you sure you updated to Flex SDK 2.0.1 Hotfix 3 andrecompiled? I think that's the problem.

Views

165

Likes

0

Replies

0
Re: Diff b/w RPC and DataServices when calling Java - Adobe LiveCycle 02-11-2007
RemoteObject simply enables your Flex client application tocall methods on your Java class on the server. It's very simple touse and configure and there's no magic behind it. You make the callfrom Flex, it goes to the server, LCDS makes the call to the Javaclass, gets the result and returns it back to your Flex client.That's it. DataService on the other is much more sophisticated. It letsyou expose your DB to Flex clients through Java objects andAssemblers (that you have to write yourself) on th...

Views

174

Likes

0

Replies

0
Re: Flex and Java - Adobe LiveCycle 02-11-2007
When the server throws the error, do you get anything on theclient? You should get a fault event on the client.

Views

160

Likes

0

Replies

0
Likes given to
Likes from