PROBLEM RUNNING BEAN AFTER DEPLOYMENT

Dear Friends:
I have developed a Stateless Session Bean using Visual Cafe 3.0 Enterprise
Suite
on Windows 98. We have installed Weblogic 5.1 on Windows 98 (same machine
as the Visual Cafe).
We have compiled, created JAR Files and deployed the Bean successfully.
However, when we try to run the Bean using
Project|Execute, we are unable to get the output. The animated Icon that
shows the progress of activity on Weblogic server
plays forever and no error messages are displayed.
We wanted to know if we need to create a client program after deploying the
Bean. What other steps are we supposed to follow
after deploying the bean. The Bean we are trying to run is the so called
"Hello World" Bean.
We also want to know how to run the sample Beans that came along Visual
Cafe.
Can someone please let us know as to what we are supposed to do after the
deployment.
Can we use Weblogic on Windows 98?
Regards
Rao Amanchi
V-Soft

Thanks for the response...but hope you don't mind cause I need to ask a few more questions here..
first of all...my program is sort of made up of a lot of classes...so if I'm to add the -depreciation command...which class am I suppose to add it to for the compilation?? (sorry..i'm still pretty new in this Java thing..)
secondly...I've been checking the program again and I realised that the internal things seem to be running find (e.g, the treenodes are created and added)..but it's just that it is not being displayed at all... when I run other functions to the program which eventually works to refresh this tree, it finally appears...
third...I've some smaller modules working on the same concept of displaying the tree views as well and they too are not displaying anything on the JPanel when I run them...
Is there some alteration to the codes in JTree or something in this newer version that is causing this weird behaviour???
THanks again!

Similar Messages

  • Problem getting bindings in managed bean after deployment on remote weblogic

    We have a Fusion Web application successfully running on Jdev 12c and its integrated wls server with Oracle 12c database configured as a DataSource. We created an ear file from JDev and deployed it on remote wls servers. The initial login .jspx page came up without any issues. Upon entering the login credentials in the browser and trying to enter the application, we are getting a Null Pointer exception. Looking at the logs, the null pointer is thrown when its trying to get the bindings in the managed bean.
           BindingContext bctx;
            bctx = BindingContext.getCurrent();
            DCBindingContainer bc =(DCBindingContainer)getBindings();  
            DCBindingContainer bindings = (DCBindingContainer)bctx.getCurrentBindingsEntry();
            DCDataControl dataControl = bindings.findDataControl("LoginAMDataControl");
    variable bindings is Null. What needs to be configured/changed while packaging the ear file  for deployment on remote wls 12c? Please advise and appreciate your response.

    try this...
          public String test() {
          DCIteratorBinding binding= getItrtBindings("findAdByNumberIterator");
          Row row = binding.getCurrentRow();
          String dn = (String)row.getAttribute("docNumber");
          System.out.println("docNumber " + dn);
          return dn;
           private BindingContainer bindings;
           public BindingContainer getBindings() {
              return this.bindings;
           public void setBindings(BindingContainer bindings) {
               this.bindings = bindings;
        protected DCIteratorBinding getItrtBindings(String binding){
            DCIteratorBinding outIterBinding = getBindingsForDCB().findIteratorBinding(binding);       
            return outIterBinding;
        public DCBindingContainer getBindingsForDCB() {
            if (this.bindings == null) {
                FacesContext fc = FacesContext.getCurrentInstance();
                this.bindings =(DCBindingContainer)fc.getApplication().evaluateExpressionGet(fc,"#{bindings}",DCBindingContainer.class);
            return (DCBindingContainer)this.bindings;
        }

  • Problems running java after most recent update

    After updating to the latest version of Java via Software Update a few weeks ago, I am unable to run the Java applet I need to run to log onto my scheduling system for my work. We use ClinixMIS software which is web based and appears to load a Java applet when I log in. Before the most recent update I had no problem logging in and I still have no problems logging in on older machines running snow leopord and earlier versions of MacOSX with previous versions of Java. When I called Apple and told them my problem the tech said it was because the version of Java is more advaced than the one Clinix is using. I asked how to go back to an earlier version and I was told I can't do it. When I tried to download and install an earlier version of Java the computer wouldn't let me do it. I am running the latest version of Lion on a 2010 MacBook Pro with a i5 processor. I tried Safari, Chrome and Firefox and nothing worked. Does anyone have any ideas or has anyone run into a similar problem? Clinix has not supported Macs in the past but when I talked to the guy they sent out to help with some other issues we are having he told me they had a "team working on it". That has been their response now for about four weeks.

    Get your IT people to talk to the ClinixMIS software developer and bring it to 2012 standards.

  • Problems running avctl after successfull installation of audit vault

    Hi all,
    after successful installation of audit vault, I am able to connect to the instance AV with sqlplus and with the dabase console.
    But starting the avctl or questioning the status of the avctl with "avctl show_av_status", I always receive the following error:
    C:\oracle\product\10.2.2\av_1\jdk\bin>avctl start_av
    Exception in thread "main" java.lang.Exception: Invalid Oracle JDBC url
    at oracle.av.avca.CommandArguments.setOracleProperties(CommandArguments.java:281)
    at oracle.av.avca.CommandArguments.processArguments(CommandArguments.java:667)
    at oracle.av.avca.Avctl.startCTL(Avctl.java:70)
    at oracle.av.avca.Avctl.main(Avctl.java:318)
    OS: Windows XP Prof 5.1 SP2
    Audit Vault DB-Version: 10.2.0.3
    Had anybody faced this problem before?
    Thanks a lot in advance for your answers
    Stefan

    I had the same error, On the OUI log there was an error on the instalation of the Database Vault (although the installation finished OK), check if you have the same error output:
    <LOG>
    MANAGE_INSTANCE start RDBMS result=C:\oracle\product\10.2.2\av_1\bin\dvca_start_rdbms.bat,1,
    Executing task SQLPLUS_CATMAC
    connect SYS:java.sql.SQLException: ORA-01031: insufficient privileges
    Executing task UNLOCK_DVSYS
    Error executing task UNLOCK_DVSYS:java.lang.NullPointerException
    Executing task LOAD_NLS_FILES
    Error executing task LOAD_NLS_FILES:java.lang.NullPointerException
    Executing task ACCOUNT_CREATE_OWNER
    Error executing task ACCOUNT_CREATE_OWNER:java.lang.NullPointerException
    Executing task GRANT_CONNECT_OWNER
    Error executing task GRANT_CONNECT_OWNER:java.lang.NullPointerException
    Executing task GRANT_ADMIN_DB_TRIG
    Error executing task GRANT_ADMIN_DB_TRIG:java.lang.NullPointerException
    Executing task GRANT_ALTER_ANY_TRIG
    Error executing task GRANT_ALTER_ANY_TRIG:java.lang.NullPointerException
    Executing task ACCOUNT_CREATE_MANAGER
    Error executing task ACCOUNT_CREATE_MANAGER:java.lang.NullPointerException
    Executing task GRANT_CONNECT_MANAGER
    Error executing task GRANT_CONNECT_MANAGER:java.lang.NullPointerException
    Executing task PASSWORD_CHANGE_DVSYS
    Error executing task PASSWORD_CHANGE_DVSYS:java.lang.NullPointerException
    Executing task PASSWORD_CHANGE_DVF
    Error executing task PASSWORD_CHANGE_DVF:java.lang.NullPointerException
    Unable to login to SYS account.. java.sql.SQLException: ORA-01031: insufficient privileges
    . Error during post-installation processing. java.lang.NullPointerException. Error during post-installation processing. java.lang.NullPointerException.
    </LOG>
    Looks like the problem was that I changed sys and system password on the dbca final windows, that maybe wronged the instalation scripts.
    When re-installed the AV Server I just press ok on that window without changing any password and it worked.
    Hope that Helps.
    Alfonso Leon

  • Having problems running EM after 8.1.7.2.1 patch

    Does anyone know how to stop Enterprise manager from giving 'Cannot establish a secure connection' error after patching from 8.1.7.0.0 to 8.1.7.2.1 ? I have tried re-installing the EM and still not helping..

    1. If both databases are using the same ORACLE_HOME , then yes you will be need to shut down both databases and patch each one. Youa re patching the Oracle binaries as well as running new versions of catalog/catproc/catrep etc.
    2. Not srue about number 2. I don't use the web server piece. My guess would be no since you are using a different version.

  • Problem running EBS 12.1.3 appliance after deployment

    I have downloaded EBS 12.1.3 multi-node from edelivery and successfully deployed it to Virtual Box running on linux server.
    After deployment :
    VIS node started successfully and now running.
    and for apps node I have to fix many issues that caused some services to fail to start. most of the issues were that some configuration and log files were owned by root and not applmgr which caused permission errors. this should be fixed.
    My current problem is I got the following error when I access http://apps.example.com:8000
    Not Found
    The requested URL /OA_HTML/AppsLogin was not found on this server.
    so, any url start with /OA_HTML does not work
    other urls like /OA_MEDIA and /forms/frmservlet are working fine

    Pl check the apache log files for any error details. MOS Doc 454178.1
    Pl detail steps taken to fix permission issues. Has autoconfig been run successfully on both tiers ? Can you ping the database VM from the app VM ? Can you ping the app VM from the host OS ? Are all firewalls turned off ?

  • Problem running Java client of EJB deployed on WebSphere

    Hi,
    I am using websphere studio 5.1.2 with fix pack 3. I have a sample Stateless Session Bean (EJB) deployed and running on websphere.
    I wrote a small Java client program as below.
    import java.util.Hashtable;
    import HelloJavaHome;
    import HelloJava;
    import javax.naming.InitialContext;
    import javax.naming.Context;
    import javax.ejb.EJBHome;
    import javax.ejb.EJBObject;
    public class RemoteConn {
    public static void main(String[] ar) throws Exception{
    String greeting = "";
    try{
    Hashtable env = new Hashtable();
    //env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
    //env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.ejs.ns.jndi.CNInitialContextFactory");
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.ws.naming.util.WsnInitCtxFactory");
    //env.put(Context.PROVIDER_URL, "corbaloc:iiop:myhost.mycompany.com:2809/NameServiceCellPersistentRoot");
    env.put(Context.PROVIDER_URL, "iiop://localhost:2809");
    System.out.println("Before creating context ");
    InitialContext initContext = new InitialContext(env);
    System.out.println("Before looking up HelloJavaHome.");
    //Object obj = initContext.lookup("java:comp/env/ejb/HelloJavaHome");
    Object obj = initContext.lookup("ejb/HelloJavaHome");
    System.out.println("After lookup javahome.");
    HelloJavaHome home = (HelloJavaHome) javax.rmi.PortableRemoteObject.narrow(obj, HelloJavaHome.class);
    HelloJava remote = home.create();
    greeting = remote.getGreeting("John");
    catch(Exception e){
    e.printStackTrace();
    System.out.println("Greeting::"+ greeting);
    I did not have any problem if I write and run this client from Websphere studio environment..
    However its giving lot of compilation and runtime errors when I tried to run from command line.
    I could eliminated compilation errors by setting the below jar files in the classpath.
    testclient.jar; (client jar of my EJB)
    j2ee.jar;
    naming.jar;ras.jar;
    wsexception.jar;
    bootstrap.jar;
    namingclient.jar;
    websphere.jar;server.jar;
    ejbcontainer.jar;
    ecutils.jar;
    Now it is throwing runtime error after the statement, "Before looking up HelloJavaHome.", has printed. Here is the stack trace of exception ..
    Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.CORBA.iiop.GlobalORBFactory
    at com.ibm.ejs.oa.EJSORBImpl.class$(EJSORBImpl.java:44)
    at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:195)
    at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:93)
    at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:65)
    at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:385)
    at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:284)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:369)
    at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:112)
    at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:422)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:143)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at RemoteEJBConn.main(RemoteEJBConn.java:38)
    I appreciate if sombody could help me ASAP fixing this problem.
    Thanks in advance.

    Try using the IBM JVM (theres one shipped with WebSphere in websphere_home\AppServer\java
    Also include idl.jar and ffdc.jar on the classpath

  • How to run a EnterpriseBean after Deployment?

    Hello,
    my problem is that i have to run a Bean (Entity oder Session) immidiately after deploying it. I get managed to call it Remotely, but not at startup. As i see it an instance of an Bean is created when calling it throiugh the remote interface. But How do I manage to get any function to be calles after deployment without any Remote call? Or MUST i call any remote functions to get a Bean created? (E.g. through a dummy "starter" program?)
    Thanks,
    MR

    You have to write some client code firstly to call create on the Home Interface this will return a reference to the ejb object in question and then secondly using this reference call a business method on the bean.
    Hello,
    my problem is that i have to run a Bean (Entity oder
    Session) immidiately after deploying it. I get managed
    to call it Remotely, but not at startup. As i see it
    an instance of an Bean is created when calling it
    throiugh the remote interface. But How do I manage to
    get any function to be calles after deployment without
    any Remote call? Or MUST i call any remote functions
    to get a Bean created? (E.g. through a dummy "starter"
    program?)
    Thanks,
    MR

  • How can I run a vi after deploying into a PXI Machine

    Hi;
    I am wondering if there is anyone out there who knows how to run a vi after deploying into a PXI machine from my host machine. In my application, I have some vi's that are deployed into my PXI machine. My problem is that when I would like to start these vi's simultaneously after deploying them. My current approach is to call vi reference and then invoke-> run. However, since there vi's are being deployed from a host machine and they are running in the PXI machine, I don't know how to create vi reference with the path constant. In other words, how can I find out the path of my vi after being deployed into my PXI machine from the host.
    Best Regards,
    Solved!
    Go to Solution.

    When VIs are deployed onto a PXI Real-Time controller they are generally copied to a C:\ni-rt\startup directory on the controller.
    Helpfully, this KnowledgeBase article talks about how specify and programmatically launch VIs on an Real-Time controller.
    I hope this helps,
    Fred V -- Product Support Engineer -- LabVIEW R&D -- National Instruments

  • Problems running deployed JHeadstart Application on Standalone OC4J

    Hi everybody,
    I'm trying to testing my app made on JHeadStart in a Standalone OC4J AS (10.1.2). I could deploy the application, but now I'm receiving the error when I try to access it: (http://server:port/app/Startapp.do)
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/ord/im/OrdHttpUploadFile     at oracle.jheadstart.controller.strutsadf.action.JhsStrutsPageLifecycleFactory.getJSPLifeCycle(JhsStrutsPageLifecycleFactory.java:83)     at oracle.jheadstart.controller.strutsadf.action.JSPLifecycleFactory.getPageLifecycle(JSPLifecycleFactory.java:40)     at oracle.adf.controller.struts.actions.DataActionMapping.freeze(DataActionMapping.java:212)     at org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)     at javax.servlet.GenericServlet.init(GenericServlet.java:258)     at oracle.jheadstart.controller.strutsadf.JhsActionServlet.init(JhsActionServlet.java:195)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2141)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4582)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2608)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Unknown Source)
    Is something missing in my Standalone OC4J installation regarding JHeadstart that I missed?
    Thanks,

    Hi!
    I have a same problem.
    I use Standalone OC4J AS (9.0.4), Jdev 10.1.2.0.0, j2sdk1.4.2._07, Oracle db 10.1.0
    After install and startup oc4j i run jdev ADF runinstaller (was succesefull)
    After deploy my and run my-app in browser i see my fist page and when i try to login in db i see that
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/ord/im/OrdHttpUploadFile
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getJSPLifeCycle(DefaultStrutsPageLifecycleFactory.java:34)
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getPageLifecycle(DefaultStrutsPageLifecycleFactory.java:27)
         at oracle.adf.controller.struts.actions.DataActionMapping.freeze(DataActionMapping.java:212)
         at org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    In embeded of jdev my app is worked.
    I have red above topic but i understand how do it
    Help me anybody
    Message was edited by:
    user471907
    Message was edited by:
    user471907

  • Problem running BI template installer after upgrade to 2004s

    Hello,
    After upgrading our Portal from EP6 to EP7 I have a problem running the BI template installer. The failure occures right at the beginning. The installer is looking for SLD related parameters in the 'CTC> Propertysheet SystemProperties'.
    But there are only three parameters in the sheet :
    HOST, SYSTEM_ID, INSTANCE_ID.
    If you instal a new 2004s system you see much more entries in the 'Propertysheet SystemProperties'.
    My question is how to add these missing entries into the 'Propertysheet SystemProperties'.
    Thanks
    Boaz

    Hi Kaylan,
    Actually there are only two things to manually fix after the CTC template run, which is mentioned in the Blog:
    - check/correct the following settings in the NetWeaver Administrator for evaluate_assertion_ticket and ticket according SAP Note 945055
    - the entry in table RSPOR_T_PORTAL for Platform and PDF fonts
    If you uncertain, you can remove the created objects as stated in the Document http://scn.sap.com/docs/DOC-11607 => Page18 in the Notes Section. the CTC template is creating these objects and entries again.
    Best Regards Roland

  • After deploy into weblogic server while running the application-404 Error

    Hi All,
    Created an ADF application and Deployed this application to Weblogic server.
    I am getting the below error After deploy into weblogic server while running the application
    I am able to run this application well in JDeveloper using the IntegratedWebLogicServer.
    The Application is successfully deployed to the Web Logic server.
    While creating the domain, I have extended the Oracle JRF classes.
    Error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    JDeveloper Version : 11.1.1.3.0
    Weblogic Version : 10.3.3.0
    Thanks
    Satish

    On the Deployments look for the Testing tab.. you will see your test link to check your deployment ..
    Some times.. for some reasons( which i dontKnow :( it doesnt identify with m/c name.. repalce it with IP address..and give a try.. if its on local /c u can try 127.0.0.1 /(or local host too)

  • Is there any problem running again  "bdls" after being disconnected while r

    Hello
    I have an emergecy question
    Is there any problem running again  "bdls" after being disconnected while running it (my network connecton to laptop got broken)
    Thank you in advance

    Hi,
    Be sure that it does not continue to run. If it was really interrupted, yes, you must run it again. Otherwise you would have a lot of inconsistancies.
    Regards,
    Olivier

  • Problem Running Process Flow When Database Objects Deployed Outside of OWB

    Hi
    I am having a few problems running process flows that I'm deploying through OMB.
    My set up is as follows:
    All database updates are done outside of OWB (for version control purposes).
    Each object within OWB is exported to an MDL file, which is then imported into the production repository using an OMB Script.
    Once everything has been imported into my production version, I'm then deploying the process flows from within the OMB script.
    When I then go to run the process flow, I get the following error ...
    RPE-02075: Oracle Workflow failed to process the execution request for Activity LOAD_COUNTRY_PF:LOAD_COUNTRY. This may be because dependent objects have not yet been deployed.
    I can see through the Control Center, that the status of all the objects that the process flow is going to use are set to having a Design Status of 'New'. So obviously OWB doesn't realize that these objects already exist in the database, which is why the process flow errors.
    Is there any way around this? Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB? Is there a way to fool the process flow into thinking that the objects do exist? Can I run the process flow outside of OWB?
    Any help would be appreciated.
    Thanks
    Liffey

    Hi Liffey,
    Is there any way around this?
    Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB?
    Is there a way to fool the process flow into thinking that the objects do exist?of course you must deploy mappings before deploying processflow
    and as I know there is no legal method for avoiding this.
    Regards,
    Oleg
    PS. Look at this thread [Deploying without Deploy|http://forums.oracle.com/forums/thread.jspa?messageID=2655726&#2655726]
    It seems for OWB10gR1 exists method for manual modification OWB runtime repository tables for mark mappings as deployed

  • Performance problem after deploying bundle files

    Hello,
    I undeployed and made some changes on a km.resource.bundle PAR to update
    some properties labels values. After deploying it again KM performance decreased
    significantly and became very slow, we had to remove the PAR and restart portal
    to restore its normal functioning.
    Could you help me diagnose this?
    some more info:
    1 - The only changes I did was on the *.properties files.
    2 - I had an error when generating the PAR again, which was solved adding the
    external jar bc.crt_api.jar as reference.
    3 - On SAP note 817876 the example project comes with this JAR into /lib folder,
    my project just referenced it so my /lib folder is empty.
    regards,
    Rafael

    Hi BP, thanks for the quick reply, I will try restarting it next time and check
    if that solves the performance issue.
    I was wondering if it was caused because of the bc.crt_api.jar library. Does it
    have to be into the project structure or do I only need it for local reference? My guess
    was that the application running on portal was accessing the lib into my machine
    and thus causing the slowdown.
    kind regards,
    Rafael

Maybe you are looking for

  • Transfering files from Windows Dreamweaver CS5.5 to build apps on MAC

    I am considering upgrading to CS5.5 to take advantage of Dreamweaver's new Phonegap features. I am a Windows user. I know I can't build iOS APPS on Windows but can I move th files I have built to a MAC with a development envvironment and build the AP

  • New in Skype Manager

    Hi, I need help to creat our business acout!

  • Error Starting Web Console.

    Trying to acces DSCC via the web console. Get the following errors on web console startup: 28-Jun-2007 | 16:43:06 | INFO | The console instance "console" is starting in admin mode. 28-Jun-2007 | 16:43:06 | INFO | Resolving shared jar files 28-Jun-200

  • Error when sending a document link via email

    Hi people, I am on SAP EP 6.0 SP15 and below I describe my scenario. I have some documents created in some KM folders. Today, I tried to send one of those documents via email to another portal user. If I go through Send To > Send Copy..., that other

  • PDF form fillable..

    Hi all, i have created an interactive form simply with a text field. when i use fp_docparams-FILLABLE = 'X'. i am not getting the PDF file as output .. Instead i m getting the error "ADS : Start time .. " error message ........... If someone knows pl