File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Flex and the fly likes Server.ResourceUnavailable error with Flex LCDS v3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Flex
Reply Bookmark "Server.ResourceUnavailable error with Flex LCDS v3" Watch "Server.ResourceUnavailable error with Flex LCDS v3" New topic
Author

Server.ResourceUnavailable error with Flex LCDS v3

Shinelin Samuel
Ranch Hand

Joined: Mar 01, 2010
Posts: 55
Hi,

I am using Flex LifeCycleDataServices to connect with our Java service module. On launching the application I get the following error:

"faultCode = "Server.ResourceUnavailable"
faultDetail = "Type my.RemoteService' not found."
faultString = "Cannot create class of type my.RemoteService'."


1. I have the Java service class available in my ../WEB-INF/classess directory.

2. My environment setup requires us to use Webpshere Shared Libraries, so I have the Java Flex messaging Jars as shared library (external location, configured to Websphere Classloader config). It works if I have the flex messaging jar files in ../WEB-INF/lib.

Does anyone, know the reason why it is not working using the Shared Lib.?

Thanks,
Shinelin
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Server.ResourceUnavailable error with Flex LCDS v3
 
Similar Threads
Jboss-common-client.jar conflict
Flex UI and Restful Web Service Wars deployed on the same Tomcat
Can we keep blzeds jars in Websphere shared libraries instead of WEB-INF/lib
Setting up JSTL with Tomcat 5
Websphre + Flex ClassLoader issue: java.lang.NoClassDefFoundError: javax.net.ssl.SSLSocketFactory