Session engine problem in jsxbin

Hi All,
I've created the UI script - window type "palette",  while run the script (.jsx format) from the InDesign Script panel, my palette visible to me.  If i convert the script from .jsx to .jsxbin format, place the binary file in InDesign script panel folder then  run the script (.jsxbin format) the palette visible and immediately hidden.
I couldn't able to identify where the memory leaks occured ?
Test case code:
#target indesign
#targetengine testsession
var myWindow = new Window ("palette", "Form");
var myInputGroup = myWindow.add ("group");
myInputGroup.add ("statictext", undefined, "Name:");
var myText = myInputGroup.add ("edittext", undefined, "Hello World!");
myText.characters = 20;
myText.active = true;
var myButtonGroup = myWindow.add ("group");
myButtonGroup.alignment = "right";
myWindow.show ();
Thanks in advance.
Imagine

Hey Imagine,
Well. It's little bit tricky with palettes.
What you have to do is to put jsxbin inside new jsx and cover it
into app.doScript and add session on the beginning.
It will look like this:
#targetengine "testsession"
app.doScript("@JSXBIN@[email protected]@MyBbyBnANMXby.........");
Hope that helps.
Marijan (tomaxxi)
http://tomaxxi.com

Similar Messages

  • Session Expired Problem on OAS

    Hi,
    I often got the error message "Session Expired" displayed on my HTML page that serves Java Servlet output after some time.
    I attempted to look through my Servlet source codes but it has no problem. In fact, it runs perfectly well on JavaWebServer2.0.
    This seems to be a OAS problem. I'm using Oracle Application Server 4.0.8.1. I attempted changing the Servlet Cartridge's "Max session idle time" and observe the behaviour. It appears that when "Session Expired" problem happened, my servlet class never get called. OAS simply display a "Session Expired" message on the web page.
    How can I avoid this? How can ask OAS to call my servlet's doGet() to create a new session when it expired?
    Anyone knows how?
    null

    Hi,
    OAS has a limitation of 300 seconds. This value cannot be changed. See the release notes.
    One possible way to get around this is to use the Oracle Supplied Session class and use the time feature in that.
    This a big limitation and I am not sure why Oracle designed the product this way.
    null

  • Apache + 2 Tomcats session replication problem.

    Greetings everyone.
    Before stating the problem, let me explain how my environment is set.
    I have two machines. One (PC1) running Apache (HTTP server 2.0.58)
    and one instance of Tomcat (5.0.28) and another machine (PC2) with
    another instance of Tomcat(5.0.28).
    The Apache server
    It is configured to handle static content, to redirect dynamic content to a
    Tomcat instance through AJP 1.3 connector.
    This process is done through the mod_jk and the workers.properties
    The workers.properties file is configured to have sticky_session = True
    so it assigns a SESSION_ID to the same Tomcat it was first assigned.
    The workers.properties file is configured to have
    sticky_session_force = True so if the Tomcat the SESSION_ID was
    assigned is not available, the server answers with a 500 error.
    The Tomcat servers
    Both have only the AJP 1.3 connector enabled
    Both have the Cluster tag from the server.xml file uncommented
    and the useDirtyFlag flag set to false, for not to allow SESSION
    replication between Tomcats.
    The workers.properties file
    workers.apache_log=C:/Apache2/logs
    workers.tomcat_home=C:/Tomcat5
    workers.java_home=C:/j2sdk1.4.2_13
    ps=/
    #Defining workers -----------------------------
    worker.list=balancer,jkstatus
    #Defining balancer ---------------------------
    worker.balancer.type=lb
    worker.balancer.balance_workers=tel1, tel2
    worker.balancer.sticky_session=True
    worker.balancer.sticky_session_force=True
    worker.balancer.method=B
    worker.balancer.lock=O
    #Defining status -----------------------------
    worker.jkstatus.type=status
    worker.jkstatus.css=/jk_status/StatusCSS.css
    #Workers properties ---------------------------
    worker.tel1.type=ajp13
    worker.tel1.port=8009
    worker.tel1.host=127.0.0.1
    worker.tel1.lbfactor=1
    worker.tel1.socket_keepalive=False
    worker.tel1.socket_timeout=30
    worker.tel1.retries=20
    worker.tel1.connection_pool_timeout = 20
    #worker.tel1.redirect=tel2
    worker.tel1.disabled=False
    worker.tel2.type=ajp13
    worker.tel2.port=8009
    worker.tel2.host=199.147.52.181
    worker.tel2.lbfactor=1
    worker.tel2.socket_keepalive=False
    worker.tel2.socket_timeout=30
    worker.tel2.retries=20
    worker.tel2.connection_pool_timeout = 20
    #worker.tel2.redirect=tel1
    worker.tel2.disabled=False
    THE PROBLEM
    I open a browser in the jk-status page to see how the Tomcat instances are
    working, and both are working fine: Stat -> OK, now as the
    loadbalancing factor is 1 on both Tomcats, an even alternating session
    distribution is set.
    While this browser is open to keep an eye on the status, I open a new
    browser (B1)to connect to my Web Application, Apache answers
    correctly and gives me a SESSION_ID for Tomcat instance 1 [both
    instances are OK], if I make a simple refresh, my SESSION_ID is still the
    same so I'm assigned to Tomcat instance 1 but this time I get an
    ERROR 503 - Service unavailable but looking at the status of the
    Tomcat instances both instances are still OK, no-one is down. And it
    stays throwing this error for as many refreshes i do.
    Now, I open a new browser (B2)and do the same process as before,
    as expected, Apache now gives me a SESSION_ID for Tomcat instance 2,
    repeating the same refreshing process, the error is thrown again, but still at
    the jk-status page, both instances are fine.
    Without closing these windows, I make a new refresh try on B1 and
    even though the jk-status says both Tomcat instances are OK, the error
    is still thrown. I open a third one (B3), and Apache again, correctly
    gives me a new SESSION_ID for Tomcat instance 1 and answers
    correctly on the first call. But once again if i repeat the refreshing process, the
    error is thrown again.
    Note: Using a different resolution to always keep and eye on the
    instances status and using a refresh rate of 1 second for status, both
    servers always were OK.
    So the main problem is that somehow when the session is replicated
    to the same tomcat, Apache confuses and thinks it is not available, when
    asking it through the jk-status it tells it is OK
    I've been trying different configurations with both Apache and Tomcat,
    but there must be something missing since I don't get it to work correctly
    Thanks in advance for all your helping comments.
    - @alphazygma

    Whew... that was quite an answer... definitely is going to help him a lot. Yeah any n00b by now should know how to use google, but that's not the point in this forums, here we are to help each other. and wether you like it or not many of us deploy applications to tomcat and stumble on this. So dont try to be cool posting this kind of answers like google this or google that if you dont have an answer please dont comment you will appear to be more noobish than you aparently are.
    Well enough talking.
    I found the following useful: (it comes in the server.xml of the tomcat configuration)
    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
    <Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="jvm1">
    -->
    Enabling that entry on both machines should be enough.
    Aparently the problem is not with apache. is with tomcat since it can't retain the session apache gives.
    more information in the Tomcat help at:
    http://tomcat.apache.org/tomcat-5.0-doc/balancer-howto.html#Using%20Apache%202%20with%20mod_proxy%20and%20mod_rewrite

  • Session Manager Problem

    Hello,
    after creating some IVI Drivers I wanted to create an IVI Steptype for Teststand 4.2.0. After searching, I found the Session manager which was created to simplify management of different kind of sessions (IVI, VISA..) in Teststand. Unfortunately I'm not able to find any helpful documentation (except the "NI Session Manager Help") describing in which way the session manager initializes a session. The example shipped with Teststand uses different functions than described in the help file (& function panel). Here is a snippet which describes my problem:
    <<....>>
    SMObj_IInstrSession session = 0;
    CAObjHandle smSession = 0;
    long instrHandle = 0;
    char * logicalName = 0;
    SM_NewIInstrSessionMgr(NULL, 1, LOCALE_NEUTRAL, 0, &smSession);
    SM_IInstrSessionMgrGetInstrSession (smSession, NULL, logicalName, VTRUE, &session);
    //SM_IInstrSessionInitialize(session, NULL, "") ); //not necessary, getHandle intializes session
    SM_IInstrSessionGetHandle(session, NULL, SMConst_SpecificDriver, &instrHandle);
    <<....>>
    If I try to call a IVI High Level Function I'll get a "A connection to the instrument has not been initialized" error.
    The IVI Driver is initialized, because the init Function is executed and the SM_IInstrSessionGetStateDescription(...) function also displays that the session is initialized. Anyone has an idea why this happens?
    I have used the driver several times in Teststand without any problems and the settings in MAX are also correct. I'm using LabWindows 8.1.
    Thanks in advance
    7even

    Example is from the Teststand Directory ("TestStand 4.2\Examples\SessionMgr"). I have now changed some lines in my code. It is exactly the same way the example shows:
    __declspec(dllexport) void _stdcall ExecutePMIStep(CAObjHandle context)
    ERRORINFO errorInfo;
    ErrMsg errMsg = "";
    int error = 0;
    CAObjHandle step = 0;
    CAObjHandle engine = 0;
    char * logicalName = "TestSession";
    ViSession handle;
    CAObjHandle session = 0;
    tsErrChk( TS_SeqContextGetEngine (context, &errorInfo, &engine)); //Get Teststandengine
    tsErrChk( TS_SeqContextGetStep (context, &errorInfo, &step)); //Get Step
    tsErrChk( SM_GetSession(logicalName, &session, &errorInfo));
    tsErrChk( SM_GetHandle (session, NULL, SMConst_ClassDriver,
    &handle, &errorInfo));
    errChk( IOLMClass_SetMode(handle, 1, 23) ); //Custom Class Driver
    Error:
    If I execute these lines I'll get a "BFFA1190 The session handle is not valid. " error.

  • Session management problems with SSO

    Hi all-
    I've been getting an Apex app tied to SSO as a partner app (per http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html). So far, it sort of works. If I go to my apex app, it redirects me to SSO, where I authenticate and end up back in the apex app. Great. Here are two problems I've run into:
    1. If I am already authenticated to SSO, and I go to my apex app (url like: http://host/pls/apex/f?p=101:1), my browser goes into an infinite redirect (url like: http://host/pls/apex/f?p=101:1:::::FSP_AFTER_LOGIN_URL:\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|||||FSP_AFTER_LOGIN_URL|\f?p=101|1|||||FSP_AFTER_LOGIN_URL|\f? p=101|1|\\\\\\\\\\\\\\\\\\\). To resolve, I have to clear cookies.
    2. If I am using my apex app, then log out of SSO (in another browser window), I can still click around in my apex app (i.e., apex thinks I'm still authenticated).
    Anyone have any thoughts? I'm wondering if I need to do something in page session management (under authentication schemes) to fix #2, but I have no clue about #1.
    Thanks
    Rob

    Hi Scott-
    Thanks for the info on #2 - I'll work on that after I get #1 sorted out, since it's the more dire problem. Here's some more info:
    Apex version = 3.0.1.00.08
    SSO SDK = ssosdk902.zip
    I set it up as "My Application as Partner App." I used "MY_PARTNER_NAME" as SSO Partner Application Name. In the list of SSO Partner Apps on the SSO Admin page, my partner app name is also MY_PARTNER_NAME. It gives the following info:
    Login URL:      https://sso_host/pls/orasso/orasso.wwsso_app_admin.ls_login
    Single Sign-Off URL:      https://sso_host/pls/orasso/orasso.wwsso_app_admin.ls_logout
    Home URL: http://apex_host/pls/apex
    Success URL: http://apex_host/pls/apex/RBLICK.YOUR_PACKAGE.PROCESS_SUCCESS
    Logout URL: http://apex_host/pls/apex
    RBLICK is the schema owning the apex app. In there, I created a package called YOUR_PACKAGE:
    create package YOUR_PACKAGE as
    procedure process_success(urlc in varchar2);
    end YOUR_PACKAGE;
    CREATE PACKAGE BODY YOUR_PACKAGE AS
    procedure process_success(urlc in varchar2) as
    begin
    wwv_flow_custom_auth_sso.process_success(
    urlc=>urlc,
    p_partner_app_name=>'MY_PARTNER_NAME');
    end process_success;
    END YOUR_PACKAGE;
    Anything look obviously wrong to you?
    Thanks!
    Rob

  • Session timeout problem with CCA

    I have developed a Client applicaiton in ASP.Net 2005 using the SOAP Api provided in Oracle CCA 8.1.3
    The System details are as under:
    Product – Oracle CCA 8.1.3
    Server on Windows 2003 Server – Standard Edition
    Web Server – BEA Weblogic 10g3
    Database – Oracle 10g
    Java Version – 1.5 Update 10
    I am facing a problem where the users session changes every 5 Minutes 30 Seconds. I get the "Session Change" message and at this point I cannot see the Agent on the CCA Agent Monitoring screen. What I need to do now is to Reopen the session. Upon Repoening the Session I would get the same SessionId from the WebServer that I had get earlier.
    Please help.

    Hi All,
    could u please help me out how to make the SIP CAlls in the CCA
    I am able to chat between supervisor and agent.
    when it comes to th eoutbound cal
    i am using X-lite software for making the outbound Cal.
    when i make a cal the status will be changed to rining mode and comes back to on-hook after few min.
    when i see the logs the legs are inviting and getting disconnected
    RVSIP_CALL_LEG_STATE_INVITING [44173472]
    26/04/2011 15:08:15.931 : 4 : 8028 : 4552 : CallCenter : 27 : # 9: CCallCenter::SendOutMessage() Sending message [##;4;2;99880103;106,9,27,2582,:10.103.91.13,hschbscgn25001,,;] to [type=20, id=0, grp=102]
    26/04/2011 15:08:15.931 : 4 : 8028 : 4552 : CallCenter : 27 : ******** : Sent : new message (99880103) to CtiServer Id[0] group[102] version[0]
    26/04/2011 15:08:15.931 : 4 : 8028 : 4552 : CallCenter : 27 : # 9: Added Timer[68] for line[9] about[4100] on[1303810945,931]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : CCallCenter::SendOutMessage(CMessage) Sending message [99880100] to [type=20, id=0, grp=0]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : ******** : Sent : new message (99880100) to CtiServer Id[0] group[0] version[1]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : CCallCenter::SendOutMessage(CMessage) Sending message [99880100] to [type=103, id=0, grp=0]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : ******** : Sent : new message (99880100) to RedirectServer Id[0] group[0] version[1]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : Sending GET_CHANNELS_INFO_UPDATE to all NetworkManager
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : CCallCenter::SendOutMessage(CMessage) Sending message [1018] to [type=12, id=0, grp=0]
    26/04/2011 15:08:17.009 : 4 : 8028 : 4552 : CallCenter : 27 : ******** : Sent : new message (1018) to NetworkManager Id[0] group[0] version[1]
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : AppCallLegStateChangedEvHandler [[email protected]]
    26/04/2011 15:08:19.431 : 0 : 13712 : 4552 : CallCenter : 27 : RVSIP_CALL_LEG_STATE_MSG_SEND_FAILURE [44173472]
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : Adding SDP info to Message
    26/04/2011 15:08:19.431 : 0 : 13712 : 4552 : CallCenter : 27 : Failed to DNS continue on a call
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : AppCallLegStateChangedEvHandler [[email protected]]
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : RVSIP_CALL_LEG_STATE_DISCONNECTED [44173472] reason[15]
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : CH[9]: Sending EVENT_DISCONNECT_CALL
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : addAlarm() 44173472
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : AppCallLegStateChangedEvHandler [[email protected]]
    26/04/2011 15:08:19.431 : 4 : 13712 : 4552 : CallCenter : 27 : RVSIP_CALL_LEG_STATE_TERMINATED [44173472] reason[19]
    26/04/2011 15:08:19.431 : 4 : 8028 : 4552 : CallCenter : 27 : GOT sip_event on channel [9] type [12002]
    26/04/2011 15:08:19.431 : 4 : 8028 : 4552 : CallCenter : 27 : # 9: GOT EVENT CALL WAS DISCONNECTED BY REMOTE
    26/04/2011 15:08:19.431 : 4 : 8028 : 4552 : CallCenter : 27 : # 9: New event received [0X3 - CALL_MAKECALL_EVENT - 0X4001]
    26/04/2011 15:08:19.431 : 4 : 8028 : 4552 : CallCenter : 27 : # 9: CCallCenter::SendOutMessage() Sending message [##;4;2;99880104;106,0,101,;] to [type=20, id=0,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Routing engine problems: partition_id AND frequent exceptions in responses

    Hi.
    I want to use Oracle routing engine with Oracle Spatial 10gR2 for Europe.
    I have tables NODE, EDGE, SIGN_POST and PARTITION populated okay with data from a data vendor.
    I have 600000 edges and 415000 nodes. 128 partitions were generated by
    using: exec SDO_ROUTER_PARTITION.partition_router('NODE_PART', 4000);
    Two issues occur to me:
    1. select num_nodes from partition where partition_id = 0; returns 390 nodes, but neither in table node nor edge are records with partition_id = 0, which is as I have learned the Highway Partition. Does that make sense?
    2. Route requests sometimes return correct results, but more frequently routing engine exceptions:
    Most popular are:
    - Route not found between destination/source node and highway network!
    - mbrAwareAStarSearch could not find a route!
    What might be wrong?
    I also experience both problems with the NAVTEQ example data for San Francisco extracted from sf_routing.zip.
    Below find requests leading to exceptions indicated using NAVTEQ example data extracted from sf_routing.zip in order to make the described reproducable:
    1. Route not found between destination/source node and highway network!:
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="false"
    distance_unit="km"
    time_unit="hour"
         return_route_geometry="true"
    pre_geocoded_locations="true">
    <start_location>
    <pre_geocoded_location id="1">
    <edge_id>-37847628</edge_id>
    <percent>.5</percent>
    <side>L</side>
    </pre_geocoded_location>
    </start_location>
    <end_location>
    <pre_geocoded_location id="2">
    <edge_id>-37846969</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </end_location>
    </route_request>
    2. - mbrAwareAStarSearch could not find a route!
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="false"
    distance_unit="km"
    time_unit="hour"
         return_route_geometry="true"
    pre_geocoded_locations="true">
    <start_location>
    <pre_geocoded_location id="1">
    <edge_id>-37827163</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </start_location>
    <end_location>
    <pre_geocoded_location id="2">
    <edge_id>-37847628</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </end_location>
    </route_request>

    The highway partition, partition zero, is "logical" idea. That is it only exists in the partition table. Each node and edge in the data belongs to a partition that it shares with other nodes or edges in the same physical area. This physical relationship is shown in the partition ids stored in the edge and node tables. Once these partitions are figured out each edge is looked at to see if it's a highway edge, that is, it has a func_class of 1 or 2. Once this is done these edges have their start and end nodes classified as highway nodes and those are considered to be in partition zero also.
    I've run into the MBR error you're seeing in my testing and have been looking into it. Forgive my poor analogy, but there appear to be "holes" in the highway system. If one has a major artery, say interstate 95 coming out of FL, all routes between FL and VA are going to want to use that major artery. If there was a "hole" in interstate 95, a section that was not classified as a highway section thus not in partition 0, those routes would be dropped as unusable. If all the routes get dropped in this way you get the mbrAwareAStarSearch error.
    I haven't seen the other error but I'll use your example and have a look into it.

  • Report server engine problem.

    Whe i try to run report i get the message "Report backgroung engine encountered the problem and needs to close. Sorry for inconvenicence". after that the appication freeze and then we need to abruptly close the application.

    Check log files for error messages.

  • Sun Java Studio Enterprise 8 UML Round Trip Engineering Problem on Linux

    Hi all,
    I know Linux is an unsupported platform but I thought I'd mention that the "Navigate to Source" context menu when trying to generate source from UML is missing.
    If you try to work through the "UML Modeling: Developing Applications" tutorial (http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/jse8/uml_fe.html) on a linux box, everything goes to plan until step 3 "Choose Navigate To Source from the contextual menu" of the "Continuing Development Using Round Trip Engineering" section.
    I haven't tested it on Solaris but it definately appears on Windows.
    Cheers!
    Mike.

    I just tried on JDS3 Linux and I was able to complete this tutorial from the beginning to the end without any issue. I tried the Navigate to Source option on all classes from the project tree under the "bankpack" package node and source file for all classes were opened in the source editors. In fact, all UML quickstart tutorials have been tested and working as expected on all platforms including JDS3 Linux.
    Which Linux system are you having this problem on?
    Which JSE 8 build are you using (look at product line from Help->About, click on Detail tab)?
    Are you able to see "Navigate to Source" from the contextual menu for any other class from this tutorial?
    As Trey indicated in his response that the source must exist to have this menu option, do you see the corresponding source file generated in the Java project?
    Thanks,
    --Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Integration engine problem

    Dear All ,
    I am facing one problem related to file generation and pickup . In file to IDOC AND IDOC TO FIle SCENARIO PROCEESING IS NOT BEING DONE BY INTEGRATION ENGINE .
    When I am checking the status of message in SXMB_MONI
    IT IS SHOWING <b>"RECORDED"</b> , <b>it is not showing message " processed successfuly</b> . <b>It is also showing the message is waiting in queue "to be delivered ".</b>em .
    Can some body suggest how to remove this problIt was working fine IDOC TO FILE and FILE TO IDOC before this probelem occured .
    Thanks in advance
    Regards
    Prabhat

    Hi Prabhat
    Follow the steps mentioned in this link, it is a Problem Analysis Guide.
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    cheers
    Sameer

  • Enterprise Session Bean Problem

    Dear Experts,
    I have just installed Netweaver Developer Studio 7.1 Composition Environment and is doing some development on it from the tutorial in the following link
    [http://help.sap.com/saphelp_nw04/helpdata/en/c3/679564e11d482f8a706b423f67e56c/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/c3/679564e11d482f8a706b423f67e56c/content.htm]
    I have created a new EJB Project using the Configuration SAP EJB J2EE 1.4 Project and created a new stateless session bean Calculator. 
    I finished creating the session bean with all the BUSINESS METHODS, but when I expand the project node Calculator in the J2EE Explorer, I CANNOT see the Calculator.java class.  All other classes such as CalculatorBean.java, CalculatorHome.java, etc are present. 
    This is where the problem comes, when I create the JavaBean in the Web Module I will need to access the Calculator.java class and now I cannot access it since it is missing.
    Can you please guide me on how to generate the Calculator.java class in the session bean.
    Points will be rewarded for correct answers.
    Thanks in advance
    Edited by: jamison2004 jordan2004 on May 7, 2008 11:16 AM
    Edited by: jamison2004 jordan2004 on May 7, 2008 11:25 AM

    Hi jamison jordan,
    Maybe you check the CE version of the documentation:
    [Creating Your First J2EE Application|http://help.sap.com/saphelp_nwce10/helpdata/en/c3/679564e11d482f8a706b423f67e56c/frameset.htm]
    kind regards
    Stefanie

  • GemXpresso JCard Manager session authentication problem

    Hello!
    First of all I am new in Java Card Technology and I am trying to explore the
    JCard Manager environment. I am using GemSafe Xpresso Cards.
    My problem is that I cant create a session between reader and card in one of my
    cards. The trace in this card's authenticate prosses is:
    Default key file URL: file:/C:/Documents%20and%20Settings/user/GemXpressoJCardManager/keyfiles/jc2.2.1%20-%20gp2.1.1/default.keys
    Select the Security Domain
    ->  00 A4 04 00 08 A0 00 00 00 18 43 4D 00
    <-  61 1B   [Normal ending of the command with <27> bytes of extra information.]
    key set 0 (Card Defined)
    Initialize Update
    ->  80 50 00 01 08 00 01 02 03 04 05 06 07 (00)
    <-  4D 00 40 82 B8 18 1E 2B 25 6D 0D 01 B5 44 51 2B 59 78 8B 8C BE EB 18 CF C9 AD D2 62, 90 00   [Normal ending of the command.]
    Card info KeySet=13
    (SCP 01,implementation i05)
    Command Exception on command: Authenticate. authentication failed: The card cryptogram is not verified.the other cards pass this procedure successfuly showing the message:
    Default key file URL: file:/C:/Documents%20and%20Settings/user/GemXpressoJCardManager/keyfiles/jc2.2.1%20-%20gp2.1.1/default.keys
    Select the Security Domain
    ->  00 A4 04 00 08 A0 00 00 00 18 43 4D 00
    <-  61 1B   [Normal ending of the command with <27> bytes of extra information.]
    key set 0 (Card Defined)
    Initialize Update
    ->  80 50 00 01 08 00 01 02 03 04 05 06 07 (00)
    <-  4D 00 40 82 D0 01 23 25 25 56 FF 01 C1 64 C0 1A 12 C1 E8 12 07 03 BC 8C 28 4A 9C 84, 90 00   [Normal ending of the command.]
    Card info KeySet=-1
    (SCP 01,implementation i05)
    External Authenticate
    ->  84 82 00 00 10 66 2B 64 5B A8 F6 35 CC DA 46 DD B9 1C CA 78 2E
    <-  90 00   [Normal ending of the command.]
    A Card was removed from the terminal: Gemplus USB Smart Card Reader 0 from the slot: 0I think that the card came this state because my partner to this project was
    issue a command by accident, and now he can't remember what he done.....
    I suppose I have to change the card's KeySet from 13 (D0) to -1 (FF) but I don't know how.
    Does anybody knows what i suposed to do and fix the problem??
    Thank you in advance for your help, Bill....

    Lets see... First of all thank you for the reply. Also I forgot to say that I use Global Platform 2.1.1 cards.
    I understand that the initial keyset has been changed and I can't turn
    back to keyset -1. Also my partner said that he don't remember to issued a specific command, but the only thing he remembers is that he send
    an (unknown for him) APDU to the card, from the SEND APDU panel, not very wise move.
    So he did not create a new key set, as I understand. I use the GET DATA command with Predefined Taq set to Key Information Data to retrieve the
    informations you told me but the answer was
    Get Data
    ->  80 CA 00 E0 (00)
    [ERROR  ] <-  6A 86
    [ERROR  ] <-  (ISO 7816-4) Wrong parameter(s) P1 P2 (Incorrect parameters P1 P2). So? what I can do now?
    Thank you again in advance.... Bill

  • JSP Session ID Problem

    I have a problem, where I am getting two separate Session Id's within the
              same browser instance. This is what I am doing:
              User sees login.jsp. A form that calls a servlet, when they do the submit.
              The first jsp and the servlet have the same Session ID. The servlet sets
              some attributes for that user, then calls
              response.sendRedirect(initial.jsp). The second jsp has a new Session ID, and
              so doesn't see any of the attributes that the servlet set.
              Am I doing something fundamentally wrong here, or is this a WLS problem? We
              are on WLS 6.0, no service packs installed.
              Thanks.
              Jeff Pfost
              [email protected]
              

    Cookies or URL encoding?                    Cookies.
              FYI. After that post, I download Service Pack 2 and applied it.
              That fixed the problem, and now a redirect doesn't generate a
              new session.
              Thanks.
              Jeff Pfost
              [email protected]
              "Cameron Purdy" <[email protected]> wrote in message
              news:[email protected]...
              > Cookies or URL encoding?
              >
              > Peace,
              >
              > --
              > Cameron Purdy
              > Tangosol, Inc.
              > Clustering Weblogic? You're either using Coherence, or you should be!
              > Download a Tangosol Coherence eval today at http://www.tangosol.com/
              >
              >
              >
              > "Jeff Pfost" <[email protected]> wrote in message
              > news:[email protected]...
              > > I have a problem, where I am getting two separate Session Id's within
              the
              > > same browser instance. This is what I am doing:
              > >
              > > User sees login.jsp. A form that calls a servlet, when they do the
              submit.
              > > The first jsp and the servlet have the same Session ID. The servlet sets
              > > some attributes for that user, then calls
              > > response.sendRedirect(initial.jsp). The second jsp has a new Session ID,
              > and
              > > so doesn't see any of the attributes that the servlet set.
              > >
              > > Am I doing something fundamentally wrong here, or is this a WLS problem?
              > We
              > > are on WLS 6.0, no service packs installed.
              > >
              > > Thanks.
              > >
              > > Jeff Pfost
              > > [email protected]
              > >
              > >
              > >
              >
              >
              

  • Java engine problem

    Hello all,
    i have a problem with the Java SP 18 and I welcome any answer on this problem.
    Description:
    OS: Windows 2003 R2 x64
    DB: Oracle 10.2.0.2 x64
    On this server already is installed Solution Manager 4.0 and 
    a mySAP ERP 2004 system with Java addin (SP9).
    Now, when i try to install Java SP18 for Java addin of ERP it hangs at Deploy Online step (random object). If I retry it fails on random object again.
    The logfile contains some errors like:
    com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception
    Does anyone have any ideea about this?It is possible a conflict between Solution Manager's Java engine (7.0) and mySAP ERP 2004's Java engine (6.40)?
    Thanks

    Hi,
    If it hangs on a random object, and p4 gives Unexpected exception most likely either the dispatcher or the server nodes are dying. Check in work folder the files std_dispatcher and std_server<X> for any errors.
    Most likely you will need to tune JVM parameters. For 64-bit windows systems one needs to add -Xss2m to both server and dispatcher nodes to work correctly.
    Greetings, Myriana

  • OBIEE Session Variable Problem

    Hi:
    OBIEE 11.1.1.5
    I created a new session variable and initialization block. The default value of the variable is 1. The query for the initialization block is SELECT 123456 FROM DUAL. The query in the initialization block tested fine. I bounced the OBIEE instance.
    When I use the Administration Tool to view the Session Manager, I see that the value of the variable is 123456.
    The problem is in an Answers report the value of the variable is 1.
    Can anyone offer a suggestion as to why the value in Answers is the default value of the variable?
    Thanks.

    Thanks for your reply. I agree that the expression NQ_SESSION. <<variable name>> will display the variable. And it is with this command, in Answers, that I see the default value. Only in the Admin Tool do I see the correct value assigned with the Initialization Block.
    Again, my problem is I cannot display the correct assigned value in an Answer report, only the default value.

Maybe you are looking for

  • How do I add tap to tweet to my notification center on my macbook pro?

    My friend has the same MacBook Pro as me and she has the 'tap to tweet' option in her notification center while I don't. How do I add it?

  • IPod Touch 5 Cannot Play Purchased Movies on TV

    I used to be able to play the movies I bought on iTunes on a TV using the HDMI out adapter from Apple.  Now when I try to play the it says that the device is not enabled to play the content.  It starts playing and then stops and the message displays

  • Joining files with the "cat" command

    I have four files, ending in .rar, .r00, .r01, and .ro2. They need to be joined. I have tried: cat filename1 filename2 filename3 filename4 the result is an output string of apparent gibberish, with a lot of beeping noises. I let it run overninght and

  • PIXMA MP610: Can Printing a large number of copies damage the printer head

    Hi!I want some suggestion, if some one give me nice suggestion it will be best for meI bought Canon Mp610 , for my thesis (which contain 400 pages inculding color and black pages), and require 10 copies meanwhile, 4000 pagesI decide print to thesis w

  • CRM 4.0 and ITS

    My client is using CRM 4.0 with external ITS. I understand that CRM 4.0 has internal WAS so is it possible to get rid of external ITS and use Internal WAS/ITS. If Yes, how much effort would be required in doing the same. An early reply will be apprec