Problem migrating onClipEnter frame and angle property in as 3.0

Hello,
I'm trying to migrate a simple actionscript 2.0 app to 3.0
and I'm having some problems finding equivelents of the
onEnterFrame methods and the angle property in as 3.0.
In this section, I need to have the t movieClip variable
onEnterFrame method call the mover function:
[code]
for(var i:Number = 0; i < numberOfItems; i++)
var t = attachMovie("icon", "icon"+i, i+1);
t.angle = i * ((Math.PI*2)/numberOfItems);
t.onEnterFrame = mover;
[/code]
In this section, I need to find an as 3.0 equivelent to the
this.angle property:
[code]
function mover()
this._x = Math.cos(this.angle) * radiusX + centerX;
this._y = Math.sin(this.angle) * radiusY + centerY;
var s:Number = this._y/(centerX + radiusY);
trace("**** angle: " + this.angle);
this._xscale = this._yscale = s * 100;
this.angle += this._parent.speed;
trace( "this: " + this);
this.swapDepths(Math.round(this._xscale) + 100);
[/code]
Any ideas?
Thanks,
Eric

I have solved the problem of passing parameters to the
addEventListener function
it's not truly passing params but it gives me the ability to
reference the object that called the eventListener function.
[code]
function mover(event:Object)
var clip_name:Object = event.currentTarget; // this gives me
the reference to the object that called the mover function I was
looking for
[/code]
Now if I could figure out how to find an equivelant to the
angle property I would be home free!
Also, here's the attach_movie function that I'm using:
var attach_movie:Function =
DisplayObject.prototype.attachMovie = function( idName:String,
newName:String, level:int, initObject:Object = null ):DisplayObject
var classDefintion:Class = getDefinitionByName(idName) as
Class;
var instance = new classDefintion();
for(var key in initObject){ instance[key] = initObject[key];
level ? this.addChild(instance) : this.addChildAt(instance,
level);
instance.name = newName;
return instance;

Similar Messages

  • Problems with clearing frame and repainting

    Hi, I'm trying to get to grips with Java 2D and as a little exercise I've set myself, i want to display a string and move it across the frame when the mouse is clicked.
    Now, it will paint the string in its new position, but the string in the old position is still there. However if I maximize/de-maximise the frame the old string displayed now disappears.
    Any ideas what might be happening here? Might it just be because of my operating system (XP), or have i missed something from my code? I would be thankful for any help.

    http://www.java2s.com/ExampleCode/CatalogExampleCode.htm

  • Problem printing frames and lines

    Hi,
    I have problems when printing frames and lines. As far as I know in reports created by WRITE statement. Frame characters aren't printed at all, I mean not even spaces and so all layout of page is corrupted. It changes even with format types what I don't understand.
    Could you tell me basic concept of printing frames?
    I think some of box_drawings_* characters are used.
    I tried to change characters in character set used by device type of chosen output device. But I probably haven't done it right, because in comparing character sets it still compares values before my change.
    What is proper way of changing character set?
    Thank you for every reply.
    Dasa

    What format are you using for your output?
    Try using something other then HTML, Try HTMLCSS or PDF or RTF insead.
    Simply set the DESFORMAT parameter to one of these values.

  • Problem in Frame and JSP

    hi all,
    i built an web application and now i want to add a menu using frame in HTML or javascript. The problem is all my JSP pages are data dependant from one another that means sometimes i am sending the data using input boxes and sometimes using HIDDEN values in HTML. Now i tried this followig way to use frame and to send my data to other pages but it is not working can anyone please help me.
    "DOES ANYONE KNOW WHETHER I CAN USE FRAME IN THE JSP PAGE OR NOT"
    LOGIN.HTML
    <form action="startframe.html" method="post">
    <center><h2>Employee Number:</h2></center>
    <center><input type="text" name="emplno" maxlength="4"size="4"></center></br>
    <center><h2>Password:</h2></center>
    <center><input type="password" name="pass" maxlength="6" size="6"></center></br>
    <center><input type="submit" value="SUBMIT YOUR INFO"></center>
    </form>
    </body>
    </html> DATA are GOING FROM LOGIN.HTML TO VARIFYLOGIN.JSP
    Now in between these two i used an HTML file to place a frame so that i can use the frame and the code is:
    <HTML>
    <HEAD>
    <TITLE> </TITLE>
    <frameset cols="15%,85%">>
    <frame name="frame1" src="buttons.html">
    <frame name="frame2" src="varifylogin.jsp?emplno=<%=emplno%> &pass=<%=pass%>" >
    </frameset>
    </HEAD>
    <BODY>
    </BODY>
    </HTML> "DOES ANYONE KNOW WHETHER I CAN USE FRAME IN THE JSP PAGE OR NOT"
    and then it should go to VARIFYLOGIN.JSP which is:
    String empl_no = request.getParameter("emplno");
       String password=request.getParameter("pass");
       Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
       Connection con = DriverManager.getConnection("jdbc:odbc:finalmp" );
       Statement stmt = con.createStatement();
       ResultSet rs = stmt.executeQuery("SELECT StaffID,FirstName,LastName,Password FROM StaffDetails");...................................................etc.
    i am getting this error on the RIGHT hand side frame meaning it showing the buttons on the left but this error on the right:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:367)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.varifylogin_jsp._jspService(varifylogin_jsp.java:83)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856Can anyone please help me.
    Cheers

    i am working in jubuilder
    and have made there three forms,and
    calling s-aots and st_aots in fs_aots
    but when i compile
    it takes fiel,d text on seprate page display result on other window
    why it dosent use frame here
    2nd thing
    i want to enable scrolling
    how i can do
    or how can i display required no of records in second row
    if i mention page size in any check box
    <html>
    <head>
    <title>
    fs_aots
    </title>
    </head>
    <jsp:useBean id="fs_aotsBeanId" scope="session" class="s_aots.fs_aotsBean" />
    <jsp:setProperty name="fs_aotsBeanId" property="*" />
    <body>
    <FRAMESET Rows="30%" Framespacing="0">
    <Frame Name ="Header" SRC="s_aots.jsp" Frameborder="0" Scrolling="no">
    <FRAMESET Rows="70%" Framespacing="0">
    <Frame Name="data" SRC="st_aots.jsp" Frameborder="0" Scrolling="yes">
    </frameset>
    </frameset>
    </BODY>
    </html>
    <html>
    <head>
    <title>
    s_aots
    </title>
    </head>
    <jsp:useBean id="s_aotsBeanId" scope="session" class="s_aots.s_aotsBean" />
    <jsp:setProperty name="s_aotsBeanId" property="*" />
    <body>
    <p>update database content
    <form action="st_aots.jsp" method="post">
    Region<input type=text name=Regionparam><br>
    Bill Month From :<input type=text name=BmonthFparam><br>
    Bill Month To:<input type=text name=BmonthTparam><br>
    Connection Type:<input type=text name=Conntypeparam><br>
    Exchanges:<input type=text name=Exchparam><br>
    Phone No:<input type=text name=PhoneNoparam><br>
    <input type=Submit value="Retrive from DB">
    </form>
    </BODY>
    </HTML>
    <html>
    <head>
    <title>
    st_aots
    </title>
    </head>
    <jsp:useBean id="st_aotsBeanId" scope="session" class="s_aots.st_aotsBean" />
    <jsp:setProperty name="st_aotsBeanId" property="*" />
    <%@ page language="java" import="java.util.*"%>
    <table border=1 cellpadding=0 cellspacing=0 >
    <tr><td> Phone No: </td>
    <td> Current Bill: </td>
    <td> Net Payable: </td>
    <td>Net Arrers:</td>
    <td>customer Name:</td>
    <td>Customer Address:</td>
    <td>Connection Type:</td>
    </tr>
    <%
      Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
      java.sql.Connection connection = java.sql.DriverManager.getConnection("jdbc:odbc:AOTS4");
      java.sql.Statement statement = connection.createStatement();
      Enumeration parameters = request.getParameterNames();
        if(parameters.hasMoreElements()){
        String REGION = request.getParameter("Regionparam");
        String BILL_MONTH_FROM = request.getParameter("BmonthFparam");
        String BILL_MONTH_TO = request.getParameter("BmonthTparam");
        String CONN_TYPE = request.getParameter("Conntypeparam");
        String EXCHANGES = request.getParameter("Exchparam");
        String PHONE = request.getParameter("PhoneNoparam");
       //String q;
       // statement.executeUpdate("INSERT INTO updatephonebook (LAST,FIRST,PHONE) VALUES ('"+LastValue+"','"+FirstValue+"','"+PhoneValue+"')");
    // q= " SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS WHERE REGION_CODE='" +REGION+ "' AND BILL_PERIOD BETWEEN '" + BILL_MONTH_FROM + "' AND '"+BILL_MONTH_TO+"' AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"'";
       // System.out.println(q);
         java.sql.ResultSet columns = statement.executeQuery
        (" SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS4 WHERE REGION_CODE='" +REGION+ "' AND (BILL_PERIOD BETWEEN '"+BILL_MONTH_FROM+"' AND '"+BILL_MONTH_TO+"') AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"' ")  ;
        //(" SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS4 WHERE REGION_CODE='" +REGION+ "' AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"' ")  ;
         // java.sql.ResultSet columns = statement.executeQuery(q);
       // String sql =  ("SELECT BILL_PERIOD,REGION_CODE,EXCHANGE_CODE,PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS WHERE REGION_CODE ='"+REGION+"' AND (BILL_PERIOD BETWEEN '"+BILL_MONTH_FROM+"' AND '"+BILL_MONTH_TO+"') AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE = '"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"') " );
         //System.out.println("THE SQL QUERY = " + sql);
          //java.sql.ResultSet columns = statement.executeQuery(sql);
                                while(columns.next()){
                                String Phone_No = columns.getString("PHONE_NO");
                                String G_C_Bill = columns.getString("GROSS_CURRENT_BILL");
                                String Amount_Payable= columns.getString("AMOUNT_PAYABLE");
                                String N_A_Amount= columns.getString("NET_ARRERS_AMOUNT");
                                String Name= columns.getString("NAME");
                                String Address1= columns.getString("ADDRESS_1");
                                String Address2= columns.getString("ADDRESS_2");
                                String Address3= columns.getString("ADDRESS_3");
                                String Address4= columns.getString("ADDRESS_4");
                                String C_Type= columns.getString("CONNECTION_TYPE");
    %>
                                <TR>
                                <TD> <%=Phone_No %></td>
                                <TD> <%=G_C_Bill %></td>
                                <TD> <%=Amount_Payable%></td>
                                <TD> <%=N_A_Amount %></td>
                                <TD> <%=Name %></td>
                                <TD> <%=Address1 %>,<%=Address2%>,<%=Address3%>,<%=Address4%></td>
                                <TD> <%=C_Type %></td>
                                </tr>
                                <%}
    }%>
                                </table>
                                </body>
                                </html>

  • Problem with javascript cookies and frames in Safari

    I have a web page with 2 frames in it. One frame holds a pulldown menu for quick navigation, which changes the content in the other frame and also writes a cookie that makes that choice the default when the user comes back to the web page. My problem is that when the page that has the navigation is in frames it will not change the cookie when the navigation choice is changed. It will only change the cookie if the navigation page is displayed on its own web page (not in frames). The javascript works fine in both FireFox and Google Chrome. It's only Safari that has this problem. Is this a bug in Safari, or do I need to code this differently? I also tried putting the javascript function in the main index.html page that sets up the frames, but that didn't help either.

    HI Patrick,
    Try posting in the Apple Technoligies forums here.
    http://discussions.apple.com/forum.jspa?forumID=735
    Carolyn

  • Has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and matched the other clips but when I drop it in the time line it becomes a fully zoomed in version of itself

    has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and fine and it matches the other clips in my bins but when I drop it into the time line it becomes a fully zoomed in version of itself and I can only see a small portion of the image.  What's going on?  I've noticed this has happened in the past randomly with other clips and it's driving me cray cray!  Any help appreciated greatly and thanks in advance for taking the time

    In the FCP Browser, click on the source clip that is showing up sized incorrectly to select it. Once it is selected, type Command + 9 to see the item properties for the clip. Either report those properties here, or take a screen shot of the item properties and post the screen shot here.
    Next, click anywhere in your sequence timeline and then type Command + 0 {zero} to see your sequence settings. Either report those settings or take a screen shot of the sequence settings and post that screen shot here.
    MtD

  • Dropped Frames and Render/Playback problems in Final Cut Express HD

    I use FCE HD and edit HD video off my Sony camcorder. Recently I've got rid of my old Imac G5 and have a newer 2GHz PowerPC G5 with more RAM (2GB) off a friend because my old mac wasn't fast enough and was incapable of playing back some of my edits.
    At first when i got my new mac things looked faster and it was playing transitions without dropped frames etc. However now i've started editing again and imported new projects, i've got a big problem with dropped frames during playback and rendering. I get dropped frames during unedited clips let alone at transitions and for some reason, fce will no longer render video. Unedited clips from my latest project need rendering, which i've never had before, but when i try to render them the 'writing video...' pop up flashes, but nothing happens and the video is not rendered!
    Now i can't watch and edit some of my projects without dropped frames stopping playback every other clip and i can't do anything with my new ones because the video need rendering but can't be rendered!
    Can anyone help me out on either topic?

    Hi Ross,
    Well, most people, myself included, would say you should consider yourself lucky if doing video via USB ever worked at all for you. Overall, USB is not up to the demands of video, and that is most likely why you are getting your dropped frames problem.
    The solutions would be either use your internal HD or get a good external FW drive. I know this is frustrating, as it has been for many people who look at the raw specs where USB 2.0 appears faster than FW400 but in real life, for video especially, it is not.

  • Search UI and KM Property Renderer problem

    Hello all,
    I've got some problem with Property and property renderer for it. Could anyone help to solve this one?
    My property has a list of allowed values, e.g. de,en,ru,es and so on.
    The problem is when I integrate my property in the Search UI in order to be able to search by Predefined Properties.
    I implemented the interface ISelectionSupported and its method
    public boolean isSelectionSupported() {
            return true;
    Also I redefined the renderer method renderMetaProperty.
    public Component renderMetaProperty(IMetaName metaName, IMetaContext rendererContext)
    in order to make the drop-donw-list with allowed values list.
    For example, this method
    public Component renderMetaProperty(IMetaName metaName, IMetaContext rendererContext) throws WcmException {
    IPropertyMap properties = rendererContext.getPropertyMap();
            IProperty currentProperty = null;
            if (properties != null)
                currentProperty = properties.get(new PropertyName(metaName.getNamespace(), metaName.getName()));
            IPropertyRendererProxy pc = rendererContext.getRendererProxy();
            IMetaValue metaValue = null;
            if (currentProperty != null) {
                metaValue = metaName.searchByProperty(currentProperty);
                if (metaValue != null)
                    value = metaValue.getValue();
            // Create list values
            DropdownListBox dlb = new DropdownListBox(pc.getUniqueComponentId(metaName, null));
            DefaultListModel lm = new DefaultListModel();
            lm.setSingleSelection(true);
            dlb.setModel(lm);
            // Get allowed property values
            for (IMetaValueListIterator iterator = metaName.allowedValueIterator(rendererContext); iterator.hasNext();) {
                metaValue = iterator.next();
                if (metaValue != null && !"".equals(metaValue.getValue())) {
                    loc = new Locale(metaValue.getValue());
                    lm.addItem(metaValue.getValue(), loc.getDisplayName());
            dlb.setSelection(value);
            return dlb;
    The dropdownlist is dysplayed correctly. But when I press "Search" button the page is refreshed and the value I've just selected in dropdown list is not remained.
    I.e. the selected property value is sent on server for searching but after page reloading we get default property value (first value from drop-down-list) and user has to select necessary value over again.
    It’s needed saving value between page rollbacks. And I think Search component must do it itself and sent this value in my renederer after the page reloading.
    But I can't get the selected value in my property renderer, I get null.
    Maybe can anyone put some thoughts about this problem?
    I'll be very much appreciated for your advices.

    Hi Sergei,
    As I understood in Properties dialog the property rendering is working.
    For rendering in Search dialog, the property renderer has to implement com.sapportals.wcm.control.util.ISelectionSupported interface which has just a method ).
    public boolean isSelectionSupported() {
    return true;
    So easy )
    Regards,
    Adriana

  • FCP7 export problems - black frames and text irregularities

    I'm on FCP 7.0.3 and have recently started editing stuff from my new Panasonic HDC-HS900.
    I started a small project just to get to grips with the new workflow and realised that I had made the mistake of trying to import .mts files. However, I found a plugin from Panasonic's website which allows this but editing with the imported files is a nightmare because FCP starts running so slowly that it is impossible to make any kind of precise edits - the scrubber bar jumps all over the place and moving it forward one frame with the arrow keys takes about three seconds.
    So, I realised my mistake and having discovered that using ClipWrap circumvents all these problems, I devised a new workflow and resolved to stick to it.
    The only problem is that I showed the test edit to my girlfriend and her parents and despite it being full of bad stuff (I mean very rough edits caused by the slowness and audio problems that I couldn't be bothered sorting out also because the process was so frustratingly slow), they all liked it. So, whilst I would like to consign this experimental disaster to the bin, I need to at least iron out some of the problems so that I can give my girlfriend a copy which does not look quite so awful.
    So, after labouring through this excruciatingly slow process, I try to export the finished thing only to find that the opening ten seconds, where I have used a slow motion sequence (which, ironically, is not an .mts file - it's a 10s .mov file I exported from FCP in order to convert it from 50p to 25p slow motion without losing frames) and a bit of text which dissolves in and out, there are a few single black frames and the text disappears momentarily several times.
    Everything else is fine (apart from the awful edits!).
    Having now left FCP to render the whole sequence, I managed to inspect it frame by fram much quicker and on the timeline it looks exactly as it should - the edit itself couldn't be much simpler; two layers - one text, one .mov file. dissolve the text in for one second, two seconds later dissolve in the .mov then a virtual reverse process. What could possibly go wrong?
    Anyway, I have deleted all the render files and I am currently waiting for the sequence to re-render - estimated time: two hours.
    All I want to do is wrap this junk up so that I can start a proper project.

    I'll have to respond in an unordered fashion, just to try to make sense in my reply.
    I was using ProRes 422 HQ because I found three options in ClipWrap and had to make a quick decision based on two minutes research and having found by trying it that 422 HQ files were only about 25% bigger than 422 files, I figured I had nothing to lose - especially as the workflow I WILL BE employing does not require permanent storage of the files and I now have 1TB external space for media archive storage and over 600GB internal space for ongoing projects. I might as well use the highest quality.
    The reason I suspected the rendering files is that they were being used by FCP in the export of the project - evident in the fact that it takes almost three hours to save an unrendered sequence vs about six minutes to export a rendered sequence. Therefore, being unaware of the inherant problem you mention, I think it was reasonable to guess that a forced re-rendering might have sorted it out.
    Yes, with 20/20 hindsight, it might have been quicker but, again being unaware of the issue you mention - which I shall have to look into - it seemed like a small problem which ought to have a had a simple answer. But now I know better.
    I have, incidentally, discovered that all the dissolves I inserted have very similar problems.
    And, to answer your first point last, I have already gone down that path - I'm just waiting for the results.
    Could you perhaps point me at some article where I can read about the inherant problems of H.264, please?

  • Bullet problem when creating text frames and tables in InDesign CS5

    Every time I create a new text frame or table in InDesign CS5 and paste information there, the first row in the table or several lines of text come out with bullet points. I'm sure this is a setting or style at some point I created and now am unsure of how to delete. I would like the new text frames and tables to not include bullet points as a default when imported or pasted. Any thoughts? Thanks!

    Defaults for text in the current document are made with no text selected. Turn off bullets and they should stay off (but check the styles, too, you might have accidentally set a bulleted style as the defualt and you should change the default style instead). If this is happening in all files, you need to do it with nothing open to reset the default for all new documents (existing files, unfortunately, need to be fixed one at a time).

  • I'm having problems with the opening frame and can't find a way to deal with it.

    When I open a file, the full Illustrator frame changes from maximum to a smaller frame. Why? How can I set the program to stay at a full frame and not have to resize the Illustrator every time I open a file?

    Thanx Harron, I thought to myself that I was either going to mess up somewhere and get lost or just screw up my settings, but I followed the instructions you gave and it worked perfect.
    Thanx again,
    Sean

  • Problem migrating ear from Oracle AS 10g to 11g.

    Hi
    I need to deploy an ear file in Oracle AS 11g. The ear has war in it.
    The ear file has uix pages and the supporting files (EOs and VOs).
    Using Oracle AS 10g:
    Here, i used to create a OC4J container and deploy the ear in this container.
    Using Oracle AS 11g:
    As there is no OC4J container support here, I have to deploy the ear in the
    weblogic server. I am facing problems doing so.
    In weblogic console,
    1) I have created a server and got it running.
    2) Went to 'Deployments' page and clicked on 'Install'.
    3) Entered the path for the ear file and pressed 'Next'
    I am getting the following error:
    X - Error Unable to access the selected application.
    X - Message icon - Error Exception in AppMerge flows' progression
    X - Message icon - Error Exception in AppMerge flows' progression
    X - Message icon - Error Bean already exists: "weblogic.j2ee.descriptor.ParamValueBeanImpl@bdc14d68(/[uix] /InitParams[oracle.cabo.ui.UIExtensions])"
    X - Message icon - Error Bean already exists: "weblogic.j2ee.descriptor.ParamValueBeanImpl@bdc14d68(/[uix]/InitParams[oracle.cabo.ui.UIExtensions])"
    Can someone tell me if how this can be done or point me to an appropriate tutorial.
    It will be of great help.
    Thanks
    Kamal.

    Hi
    I could resolve the previous issue.
    But now i am facing the following error while trying to 'run' the application.
    Jan 9, 2010 4:35:55 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : OSNUIxProjec
    Jan 9, 2010 4:35:55 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    Jan 9, 2010 4:35:55 PM JpsApplicationLifecycleListener Migrate Application Credential Store
    WARNING: Overwriting credentials is allowed in application credential store migration with Weblogic server running in Development Mode and system property 'jps.app.credential.overwrite.allowed' set to true
    Jan 9, 2010 4:36:22 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : wsm-pm
    Jan 9, 2010 4:36:22 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    [2010-01-09 16:36:34] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ERROR] [LogWriter] getInstance() failed
    [2010-01-09 16:36:34] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ERROR] [LogWriter] null
    [2010-01-09 16:36:34] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ERROR] [LogWriter] getInstance() failed
    Any idea why this is happening?
    Thanks
    Kamal

  • Help: Problem migrating to 9052 or 1012

    Hello You Experts,
    I have a BC4J/JSP application originally developed in Jdev 902. It has been in production for a while already, and has been migrated all way through 9034 and 9041 (build 1436). This is a relatively simple application, only BC4J is involved, no Stunts, no UIX or anything else. It works pretty well so far. However, I am having problem migrating it into 10g now. I got the same error (see below) with either Jdev 9052 (build 1618) or 1012 (build 1811). It opens (migrated by the Wizard), and compiles without any error. It actually runs and I have got to the login page. And then it’s throws an NoSuchMethodError exception upon login. My application supports dynamic credentials. The debug output indicates that it could not get the internal connection, though the user connection was successful. Any ideals for this error are greatly appreciated. Thank you very much in advance.
    Following is the stack trace:
    Message: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
    java.lang.NoSuchMethodError: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
         at oracle.jbo.html.jsp.datatags.Utils.createDataSource(Utils.java:185)
         at oracle.jbo.html.jsp.datatags.DataSourceTag.doStartTag(DataSourceTag.java:86)
         at Login.jspService(Login.jsp:61)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    And following is the debug output (excepted to conserve apace):
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config>
    C:\Jdev1012\jdk\bin\javaw.exe -ojvm -XXdebug,quiet,port3096 -classpath C:\Jdev1012\j2ee\home\oc4j.jar;C:\Jdev1012\jdev\lib\jdev-oc4j.jar -Djbo.debugoutput=console -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Debugger connected to local process.
    05/01/31 16:52:18 Auto-deploying file:/C:/Jdev1012/jdev/mywork/LtcopWebApp/jspClients/public_html/ (New server version detected)...
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5218 ms.
    Target URL -- http://204.156.227.22:8988/ltcop/index.html
    05/01/31 16:52:19 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0) initialized
    05/01/31 16:52:31 Diagnostics: (BC4J Bootstrap) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:31 [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:31 [01] BC4J Property jbo.maxpoolcookieage='-1' -->(Configuration) from System Default
    05/01/31 16:52:31 [02] Loading 5.0 IDE classes
    05/01/31 16:52:31 [03] Creating a new pool resource
    05/01/31 16:52:31 [04] BC4JDeployPlatform: LOCAL
    05/01/31 16:52:31 [05] Propertymanager: searching for file and system based properties
    05/01/31 16:52:31 [06] {{ begin Loading BC4J properties
    …….. Cut away to conserve space …….
    05/01/31 16:52:32 [135] }} finished loading BC4J properties
    05/01/31 16:52:32 [136] -----------------------------------------------------------
    05/01/31 16:52:32 Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:32 [137] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:32 [138] JavaVMVersion: 10.1.2.1162 dop5
    05/01/31 16:52:32 [139] JavaVMVendor: Oracle Corp.
    05/01/31 16:52:32 [140] JavaVMName: OJVM Client VM
    05/01/31 16:52:32 [141] OperatingSystemName: Windows 2000
    05/01/31 16:52:32 [142] OperatingSystemVersion: 5.0
    05/01/31 16:52:32 [143] OperatingSystemUsername: Duz
    05/01/31 16:52:32 [144] jbo.323.compatible Flag: false, str: false
    05/01/31 16:52:32 [145] jbo.903.compatible Flag: false, str: false
    05/01/31 16:52:32 [146] Loading from bc4j.jpx file
    05/01/31 16:52:32 [147] Loading from individual XML files
    …….. Cut off lots of “Loading from …… Xxx.xml file” entries to conserve space …….
    05/01/31 16:52:36 [248] Using DatabaseTransactionFactory implementation oracle.jbo.server.DatabaseTransactionFactory
    05/01/31 16:52:36 [249] mPCollUsePMgr is false
    05/01/31 16:52:36 [250] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    05/01/31 16:52:36 [251] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    05/01/31 16:52:36 [252] DBTransactionImpl Max Cursors is 50
    05/01/31 16:52:36 [253] Created root application module: 'componentsPkg.LtcopAppModule'
    05/01/31 16:52:36 [254] Locale is: 'en_US'
    05/01/31 16:52:36 [255] DefaultConnectionStrategy is establishing an application module connection
    05/01/31 16:52:36 [256] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [257] Creating a new pool resource
    05/01/31 16:52:36 [258] Trying connection/2: url='jdbc:oracle:thin:@204.156.200.100:1521:DB20' info='{user=ltc_test_co1, password=ltcco1, oracle.net.encryption_types_client=( DES40C ), oracle.net.encryption_client=REQUIRED, oracle.net.crypto_checksum_client=REQUIRED, oracle.net.crypto_checksum_types_client=( MD5 )}' ...
    05/01/31 16:52:36 [259] Successfully logged in
    05/01/31 16:52:36 [260] JDBCDriverVersion: 10.1.0.3.0
    05/01/31 16:52:36 [261] DatabaseProductName: Oracle
    05/01/31 16:52:36 [262] DatabaseProductVersion: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options JServer Release 9.2.0.6.0 - Production
    05/01/31 16:52:36 [263] **PCollManager.resolveName** tabName=PS_TXN
    05/01/31 16:52:36 [264] Getting a connection for internal use...
    05/01/31 16:52:36 [265] Creating internal connection...
    05/01/31 16:52:36 [266] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [267] Creating a new pool resource
    05/01/31 16:52:36 [268] Trying connection/1: url='jdbc:oracle:thin:ltcop/[email protected]:1521:db20'...

    Hi Vishal,
    Hello,
    Unfortunately WLS 6.1 is not supported on Solaris 10. Also as of Nov 14, 2005 WLS 6.1 entered the mature phase and will be no longer supported by BEA.
    http://e-docs.bea.com/wls/certifications/certs_610/overview.html
    Do let me know if you need any assistance in upgrading
    Cheers
    Raj

  • Get text frame's angle of rotation

    Hello. Does anyone know if there's a way to get/return a text frame's angle of rotation? I've searched through the CS4 AppleScript documentation and the closest I found was a text frame's "matrix" property which seems to be used to rotate an object but not return an object's current angle of rotation. (There is a character rotation property but this seems to return the rotation of each character in the text frame, not the text frame as a whole.)
    Ben

    I don't think you need to go to Ruby or satimage for this. Neat though it is to figure out the math of the matrix and implement this yourselves, Illustrator's scripting dictionary has the commands to make Illustrator translate an angle to a matrix value and vice versa:
    see
    concatenate rotation matrix
    and
    get rotation matrix
    in the language dictionary.
    There are the equivalent commands for scale and translation matrices too.
    In the Illustrator CS6 Applescript Dictionary, I'm looking at Page 99.

  • Problem migrating from 5.0 to 7.0 - ISBEGINNING

    I am having an issue adding the ISBEGINNING property to the time membersheet.
    I selected 'Modify Dimension Property' in the Time dimension and see the ISBEGINNING property was added automatically.
    When I go to 'Maintain Dimension Members', add the new ISBEGINNING column to the end of my worksheet and attempt to process the dimension, I receive an error - "Microsoft Data Transformation Services (DTS) Data Pump, Column name 'ISBEGINNING' was not found.", it on my membersheet though. When I close and reopen it is there. Any ideas?

    Hi,
    The steps which you have explained are quite right and should be fine for the migration.
    Now, there are few things which I feel should be checked.
    1. Restart the server and try to do the processing in the server machine itself.
    2. in BPC 7.0, log in to apshell application set and try to process the dimensions. If you get error over there also, that will mean that there are problems in the installation and you will have to install BPC 7 once again.
    3. If the processing of dimensions in apshell is successful, that means the problem is with your application set and you might try to restore your backup once again.
    Hope this will resolve your problem. Keep me updated on the above pointers.

Maybe you are looking for