Java :: Heap Space On Deploying With Flex-plugin

Apr 11, 2011

I have one flex project in maven.I am able to package and install it without any problems, but I am not able to deploy it:[code]I have already increased maximum allocated memory (set MAVEN_OPTS=-Xms2512m -Xmx3512m), no success.[code]

View 1 Replies


Similar Posts:


Flex :: Deploying Application To Tomcat Without Eclipse Plugin

Jan 19, 2010

I am using flex sdk to develope my application, now I want to deploy it into tomcat server with blazeDS how to do it with out the eclipse plugin?

View 1 Replies

Java :: Accesing A File When Deploying In Tomcat A Flex Application?

May 22, 2011

I have two applications: a client in flex and a server in Java. When I deploying the application inside flex builder with the tomcat server inside as well, everything works fine. But now I'm trying to deploy in apache tomcat outside the flex/eclipse builder and I have a problem.I think the problem is with relative/absolute paths but I do not know how to resolve it.In my Java application I have to access a database and a get a file from it. I use a properties to set a path where I want to download that files like this:pacs.ruta=C:\resources\And then I need to access to that file so in use this code:fin = new FileInputStream(pacsRuta+""+f.getName());where f.getName() gives me the name of the file so I get the path of the file with the path I set in pacs.ruta and the files name.

I do not know why it does not work. I tried to put pacs.ruta=/resources/to associate with a folder in my application but It does not work.Could someone give me an advice? Do you think it is the problem? Because the whole application works fine deploying in a tomcat server outside the flex/eclipse builder but when this code is called the application does not work.

View 2 Replies

Java :: Invalid Heap Size: Where It Is Taken From?

Jul 5, 2011

Executing one of the ant tasks, which launches mxmlc (which in turn uses JVM). I am getting the following output:

build-swf:
[exec] Current OS is Linux
[exec] Executing '/usr/local/flex_sdk_3/bin/mxmlc' with arguments:
[exec] '/home/user/dev/branch/flash/FLA/layer.as'[code]......

By googling on the error message, I've realized that the heap size for the jvm was not set correctly. Tried to examine my environment variables by grep-ing "384" or "java" but got nothing. Where are those parameters taken from?

View 1 Replies

Java :: Adobe Flex Plugin In Eclipse Helios / Indigo?

Sep 20, 2011

Windows 7 64 bitBoth JDK installed for 64 and 32 bit Eclipse Helios 32 bitFlex builder 4.5 32 bit I have installed Flex Builder and run exe from utility folder to add eclipse plugin .I have added memory setting sin eclipse.inibut eclipse crashes when i swicth to flex perspective .

# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8832ca, pid=5688, tid=5152

[code].....

View 1 Replies

Flex :: Which Heap Is Used While Building Project In Eclipse

Feb 23, 2011

I am building a flex project manually in eclipse and want to know which heap is used during this process:The heap used to run eclipse mentioned in eclipse.ini or the JRE heap specified within the eclipse?

View 1 Replies

Create Plugin For Browser Like Flash Or Java?

Mar 22, 2010

I want to create a plugin like Flash. What programming language do I need??

View 1 Replies

Java :: Flash Builder 4.5 + Perforce Eclipse Plugin Removes Syntax Coloring?

Oct 5, 2011

i've installed the Perforce Eclipse plugin successfully in Flash Builder 4.5.however, the only problem i've run into is that whenever i open a ActionScript file (either one that is or isn't checked out) there is no syntax coloring - it's simply a white background with black text.

i've changed themes so that i have a dark background with different colored syntax but Perforce also removes that coloring, although this time it's the dark background with all white text.

View 2 Replies

Flex :: Performance - Multiple Instances - Deploying Applications

Mar 3, 2011

I have a Flex application which has to be deployed in some server. The typical form of access would be invoking the URL. Should I have multiple instances of the applications running on the same server/ deploying the application in diff servers and using a load balancer for routing? If i must have multiple instances, how to do that? On a given day, the application is expected to get around 2000-3000 hits. What are all the factors to be kept in mind while deployment?

View 2 Replies

Flex - Deploying To A Server And Remote Debugging With FlashDevelop?

Apr 9, 2011

Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?

This is totally possible in FlashBuilder, but I am highly hoping that it can be done in FD as well.

View 1 Replies

Flex :: Security - When Deploying Flash UI Test Automation Hooks To Production?

Jan 16, 2011

I am interested in doing automated testing against a Flex based UI.I have found out that my best options for UI automation (due to being C# controllable, good licensing conditions, etc)all seem to require that I compile test hooks into my application.Because of this, I am thinking of recommending that these hooks be compiled into our build.

Warning! Automation enabled applications expose all properties of all GUI components. This makes them vulnerable to malicious use.Never make automation enabled application publicly available. Always restrict access to such applications and to RIATest Loader to trusted users only.

View 3 Replies

Flex :: Deploying Flex On Tomcat

May 17, 2010

I am using Flash builder 4 (SDK3.5) to create my flex program.I want to deploy this program and load it to a tomcat server.I configure my "flex server" root folder and other parameters in the project properties.The problem is, that i don't know how to make it generic. e.g. my friend's tomcat is installed in other directory on the computer. I know that in eclipse i can run the server and tomcat from the IDE. I can't see how i do it in Flash builder plugin for eclipse 4.

View 5 Replies

Jquery :: FullBg Plugin Mixed With .flash.js Plugin: Movie Disappear When Wmode=transparent?

Oct 16, 2011

Im the new kid on the block so I apologyze if I'm not doing very well.Everything works fine till the moment in which I set the wmode param of the flash movie to transparent, then the movie completely disappears (it loads, as I can listen at the sounds) but it doesn't show.I would like to have a full background image with the transparent flash movie over it, that's all, if somebody can tell me how to fix this or even a new way to do it, it will be so good!!Here is my code, so simple, by the way:

$(document).ready(function(){
$("#background").fullBg();
$('#flashcontent').flash(

[code]....

View 1 Replies

Java :: Flex - Max Upload File Size For Java Using Remote Object (BlazDS)?

Jul 16, 2010

I tried with flex and java in the backend. In this, I am able to upload files till 100 MB using remote object (blazeDs) where we will read the file as byte array and send it to the java method. If the file size exceeds after that, then I get the run time error in IE.

View 1 Replies

Java :: Flex - Unable To Send MIDI File Name To Java To Playback Music?

Oct 27, 2010

I could play MIDI file where "filename" is a String type with "asd.mid" value. However, I tried to sent AIR's nativeprocess command to Java, it shown "could not read" error.

[Code]...

View 1 Replies

Java :: Typical Development Workflow/process Developing With Weborb For Java With Flex?

Sep 15, 2011

Meaning specifically, what steps do you go through when creating a new application using these tools?

View 1 Replies

ActionScript :: Java - Flex ArrayCollection Of Number Objects To Java Collection<Long> Using BlazeDS

Mar 24, 2010

I am using Flex 3 and make a call through a RemoteObject to a Java 1.6 method and exposed with BlazeDS and Spring 2.5.5 Integration over a SecureAMFChannel. The ActionScript is as follows (this code is an example of the real thing which is on a separate dev network);

[Code]...

View 2 Replies

Java :: Web Multiplayer Game In FLEX And Java - Build The Server Clients Managing System?

Aug 4, 2011

I'm building a Facebook multiplayer game where the client side is in FLEX and the server side is in Java and I wanted to know if there is a guide on how to build the server clients managing system. When I say server clients managing system, I mean a server which many clients will connect to and will be able to choose between tables to join and play or to create their own table, same way as in texas holdem poker.

View 1 Replies

Java :: Performance - Code Doesnot(only Sometimes) Compiles In Java+flex (+ BlazeDS+Tomcat ) Combined Project.a

Aug 13, 2010

i am working on a flex+java combined project.My IDE and computer configuration is as follows:

[Code]...

When i make a small change in Flex code (eg, reposition of a button...anything), and run the project on server, it does make any change on output. Actually it depends on my luck... because it makes change in output randomly.what is is happening? tried rebuild, republish, clean , restart server, restarting the IDE, restarting the computer all available feature i could think. Also, i created a simple flex project on IDE and compiled it..... everything is compiled and displayed on output.

View 2 Replies

AS3.0 :: Java - Flex - ArrayList Of Custom Java Objects Over BlazeDS

Dec 7, 2010

Right away i just try to explain my problem: Using BlazeDS i got the following Javaclasses:

[Code]...

Then i got a Flex service class calling BlazeDS and executing the getCategories java method. Since Flash dosn't seem to understand typed arrays, the result from that method which i get back in flex is a simple array of untyped objects (the mapping dosn't seem to work here, even tought the class category exists in flex and has the same properties).
thats the first thing. but however, i'm converting the untyped objects manually into objects of the category.as class. the second thing is that categories have child-categories within the java object, which are also ArrayLists of the type category.java. the problem about that: my result event object only contains the first level of categories, looking into them the children are allways null. i dunno why they are empty, since they ARE part of the java object category.

and the third thing (the strangest by fast), you maybe noticed i named the properties of the category.java class strange, like idCat and nameTest instead of simply id and name. why that? because the property names of my flex result objects dont seem to change when i change the java objects properties names (result object properties are named "id" and "name" but the java class object properties are named "idCAT" and "nameTEST"). that it REALLY strange, since if i set the properties, like you see at nameTEST = "TESTNAME" it IS recogniced by flex, only the proertyNAMES dont seem to be recognized at all.

[Code]...

View 4 Replies

Flash :: Plugin In WebView On Mac Different From Plugin In Safari?

Mar 10, 2012

an answer here opening swf files using WebKit framework says the following about running SWF movies inside WebView inside Cocoa application: "because the Flash plug-in is not garbage-collection supported, the plug-in won't work if your application uses garbage collection".

Meanwhile, an answer here Flash AS3 animation in Mac vs Windows discusses Flash garbage collection on Mac (likely in Safari) and says that it sucks but it does exist.

So is the first claim about no garbage collection in WebView false or is the WebView plugin distinct from Safari plugin?

View 1 Replies

Java :: Flex - Create .swf In Java By Using 'ant' File & .mxml?

Apr 11, 2012

I am newer with flex technology.I am creating a chart using ant file & .mxml in eclipse my 'ant' file executes properly but it gives following error when i opens a .swf file which is created auomatically:

Flex Error #1002: Flash Player 9.0.115 and above is required to support signed RSLs. Problem occurred when trying to load the RSL

[Code]...

View 1 Replies

Java :: Handle Custom Java Exception In Flex App?

Mar 18, 2010

we are using BlazeDS as a proxy between Flex and Java. The approach is the same as in

[Code]...

View 3 Replies

Java :: Implement A Web App With Blazeds+java+flex+tomcat?

Mar 23, 2010

I'm coding a web app in flex blazeds and Java. I installed the Eclipse plugins for using WTP mixed project. I'm using flex's server that uses an emulate of tomcat when i ran my flex service the web app got the datas, everythings is ok. the problem is when i copy the project with all files generated by flex in my tomcat or the blazeds's tomcat, it doesn't work, this is becasue i want to implement my app on a server the error is:[code]
i don't know why tomcat doesn't find the class of flex.messaging.endpoints.AMFEndpoint that is used for my-amf 'URL...'. all works well in the emulated server that flex has.

View 4 Replies

Java :: Adding Two Num Flex 3.0 As Front End And Java As Back End?

May 24, 2010

i hava two text boxs in flex.have to add two txt boxs values in back end java and have to return back to third text box in flex.

View 1 Replies

Java :: Accessing A Java Method In A Flex Object?

Jul 16, 2010

Assume I have the following java class public class Square {

[Code]...

Inside an actionscript class, using RemoteObject, I invoke the java method SquareDAO.findById(Long id) an I get an Object with the following: But I don't get the area. How can I invoke the method getArea() ?

View 1 Replies

Media Server :: FMS 4.5 Crashing - Shared Memory Heap Has Exceeded 90 Usage

Dec 6, 2011

FMS is crashing with the following errors:
 
2011-12-06  10:24:02    12461   (w)2581227  Shared memory heap (__FCS__) has exceeded 90 usage. Consider increasing the heap size to prevent future memory allocation failures. -2011-12-06  10:24:02    12461   (w)2581227  Shared memory heap (__FCS__) has exceeded 90 usage. Consider increasing the heap size to prevent future memory allocation failures. -2011-12-06  10:24:02    12461   (w)2581227  Shared memory heap (__FCS__) has exceeded 90 usage. Consider increasing the heap size to prevent future memory allocation failures. - 
When I try to restart I get:
 
2011-12-06  17:33:27    7933(e)2781340  Process 7933 failed to create IPC queue __FCS__ : Failed to allocate shared memory. - I've noticed the problem resolves when I restart fmsadmin. I think fmsadmin is using up all the shared memory, not sure. There are HTTP requests periodically being sent to fmsadmin, could this be a source of memory leak?
 
The server has 6 GB RAM and there are only about 100-200 connections being used. Runs without issues most of the time, crashes once every few days.What is the shared memory heap and how do I increase it?

View 2 Replies

Actionscript :: Disable Warning (especially Binding Warnings) In Console In Flex (eclipse With Flex Plugin)?

Nov 10, 2010

I did suppress warnings in flex compiler using "-show-binding-warnings=false". But what I am interested to achieve is to suppress run time warnings (especially binding warnings - since I am getting data in model mostly in XML structures and it is fine for me if its unable to bind to its nested child nodes) in console (I am working on flex on Eclipse with the flex plug in). Is there a way to achieve it?

View 1 Replies

Flex :: Something To Allow "Writing Flex Without ActionScript", Or "Java To AVM2 Compiler", Or "Write Flex Using Java" Exists?

Dec 27, 2009

There are many dynamic languages that target Sun's JVM (Groovy, Scala, Jython, Jruby etc) and I was sure there are many that target Adobe's AVM as well. But I was surprised to find only haXe do something similiar. related question on this site

I think the eclipse e4 SWT project doesn't compile to ABC (ActionScript Byte Code) directly, but first converts Java to AS3 and then the Flex compilter does the rest.Could it be that no one yet wrote a simple Java / Python / Scala AVM2 compiler that can be used as an alternative to the proprietary Adobe Flash Builder (formerly Flex Builder)?I don't mind paying Adobe for a fine producy, but writing Java in eclipse is so much faster and convinent than the half baked adobe plugin suite. are there really no efforts other than haXe?

View 3 Replies

Flex :: Eclipse (3.4) Will Not Load Flex Plugin?

Oct 9, 2009

I installed Flex Builder plug in (3.2) into Eclipse 3.4. The installation had no errors, but I get this error when trying to start a new Flex Project.The selected wizard could not be started.

[url].... was unable to load class com.adobe.flexbuilder.apollo.ui.wizards.flex.FlexApolloProjectWizard.
com/adobe/flexbuilder/editors/common/ui/project/wizards/AbstractFlexProjectWizar d

I have tried re-installing several times, even tried the older eclipse versions.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved