IFS- Simplest Application step 9

Hi,
I follow the instructions for creating the SIMPLEST (Hello, iFS) example in the "iFS Online Resources" document, everything seems to work until the very last step (step 9).
After i uploaded first.xml at step 9, i point my web brower to simplest.jsp (http://myifsserver:7777/ifs/files/ifs/jsp-bin/simplest/simplest.jsp) and i got this error :
oracle.jsp.provider.JspCompileException: Errors compiling:/oracle/app/product/817/ifs1.1/ifsjsps/_ifs/_files/_ifs/_jsp_2d_bin/_simplest/_simplest.javaLine # Error 11 Class simplest.SimplestBean not found in import. import simplest.SimplestBean;
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
here is my default classpath defined in ifsenv.sh :
IFS_BASE_CLASSPATH=$IFS_SETTINGS:$OH/lib/xmlparserv2.jar:$IFS_LIB/repos.jar:$IFS_LIB/utils.jar:$I
FS_LIB/adk.jar:$IFS_LIB/release.jar:$IFS_LIB/installer.jar:$IFS_LIB/email.jar:$OH/jlib/swingall-1
_1_1.jar:$IFS_LIB/jewt-opt-4_1_1.zip:$IFS_LIB/share-opt-1_1_7.zip
export IFS_BASE_CLASSPATH
IFS_CLASSPATH=$IFS_JRE_CLASSPATH:$IFS_CUSTOM_CLASSPATH:$IFS_HOME/custom_classes:$IFS_BASE_CLASSPA
TH:$IFS_PROTOCOLS_CLASSPATH:$IFS_ADMINTOOL_CLASSPATH:$IFS_CMD_CLASSPATH
export IFS_CLASSPATH
Anyone have any ideas? Thanks.

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Vijay (Oracle):
Looks like your classpath is not set alright. adk.jar from ifs/lib should be in your classpath.<HR></BLOCKQUOTE>
This is my CLASSPATH
.:/export/home/oracle/product/8.1.7/ifs1.1/lib/adk.jar:/export/home/oracle/produ
ct/8.1.7/ifs1.1/jre/lib/classes.zip:/export/home/oracle/product/8.1.7/ifs1.1/set
tings:/export/home/oracle/product/8.1.7/lib/xmlparserv2.jar:/export/home/oracle/
product/8.1.7/ifs1.1/lib/repos.jar:/export/home/oracle/product/8.1.7/ifs1.1/lib/
utils.jar:/export/home/oracle/product/8.1.7/ifs1.1/lib/adk.jar:/export/home/orac
le/product/8.1.7/ifs1.1/lib/release.jar:/export/home/oracle/product/8.1.7/ifs1.1
/lib/installer.jar:/export/home/oracle/product/8.1.7/ifs1.1/lib/email.jar:/expor
t/home/oracle/product/8.1.7/jlib/swingall-1_1_1.jar:/export/home/oracle/product/
8.1.7/ifs1.1/lib/jewt-opt-4_1_1.zip:/export/home/oracle/product/8.1.7/ifs1.1/lib
/share-opt-1_1_7.zip:/export/home/oracle/product/8.1.7/ifs1.1/lib/http.jar:/expo
rt/home/oracle/product/8.1.7/ifs1.1/lib/webui.jar:/export/home/oracle/product/8.
1.7/jsp/lib/ojsp.jar:/export/home/oracle/product/8.1.7/jis/lib/servlet.jar:
When I do :-
jar tvf adk.jar
I get the following:-
1321 Thu May 11 15:34:12 PDT 2000 META-INF/MANIFEST.MF
0 Thu May 11 12:55:12 PDT 2000 oracle/ifs/adk/
0 Thu May 11 12:55:12 PDT 2000 oracle/ifs/adk/filesystem/
3429 Thu May 11 15:33:18 PDT 2000 oracle/ifs/adk/filesystem/FileSystem.class
23402 Thu May 11 15:33:20 PDT 2000 oracle/ifs/adk/filesystem/IfsFileSystem.clas
s
0 Thu May 11 12:55:14 PDT 2000 oracle/ifs/adk/resources/
3949 Thu May 11 15:33:22 PDT 2000 oracle/ifs/adk/resources/AdkResources.class
0 Thu May 11 12:55:18 PDT 2000 oracle/ifs/adk/security/
376 Thu May 11 15:33:24 PDT 2000 oracle/ifs/adk/security/IfsHttpLogin.class
0 Thu May 11 12:55:22 PDT 2000 oracle/ifs/adk/mail/
4371 Thu May 11 15:33:30 PDT 2000 oracle/ifs/adk/mail/IfsMailTest.class
23009 Thu May 11 15:33:30 PDT 2000 oracle/ifs/adk/mail/IfsMessage.class
1359 Thu May 11 15:33:30 PDT 2000 oracle/ifs/adk/mail/IfsMessage$MimeBodyPart.
class
406 Thu May 11 15:33:30 PDT 2000 oracle/ifs/adk/mail/IfsMessage$MultiPartType
.class
It does not look like HttpUtils is in there?
null

Similar Messages

  • Install application step on task sequence - application does not appear in the application list

    Hi,
    I am trying to create a build and capture task sequence and add some application installation steps in the process.
    On Install the following applications step when I click the star to choose which applications I want to install, Office 2010 application is not listed there, even though it is available in software library
    and and I've been installing it successfully from application catalog.
    I tried changing the setting "Allow this application to be installed from the Install Application task sequence action instead of deploying it manually", but it had no effect.

    See http://technet.microsoft.com/en-us/library/hh846237.aspx:
    The applications that are installed must meet the following criteria:
    It must run under the local system account and not the user account.
    It must not interact with the desktop. The program must run silently or in an unattended mode.
    It must not initiate a restart on its own
    Torsten Meringer | http://www.mssccmfaq.de

  • Building a WebCenter Application Step by Step Issue

    I am experincing a problem with the code on page 60 of the Building a WebCenter Application Step by Step tutorial. Step 9 ask to insert content repository code in the SRWelcome.jspx JSF page (see below). When I run the page the ${pageContext.request.contextPath}${bindings['getURI_returnURI'].inputValue}" dose not work as expected. It should show the wecome.html page. However when the page is displayed the SRWelcome.jspx page which contains the refference code appear to loop back on it self thus repeatedly displaying inside the SRWelcome.jspx in the iframe.
    Has anyone experinced this problem?
    <f:verbatim>
    <iframe height="450" width="850"
    src="${pageContext.request.contextPath}${bindings['getURI_returnURI'].inputValue}"
    frameborder="0">
    </iframe>
    </f:verbatim>
    This is my JDev environment:
    ADF Business Components     10.1.3.41.57
    Java(TM) Platform     1.5.0_06
    Oracle IDE     10.1.3.41.57
    Embbed OC4J Sever Log Info:
    Jun 20, 2008 9:54:19 AM oracle.vcr.datacontrol.VcrDataControl invokeOperation
    INFO: Invoking data control operation getURI on instance SRContentRepository
    Jun 20, 2008 9:54:20 AM oracle.vcr.datacontrol.VcrDCDef getConnection
    INFO: Retrieving repository connection from ADF
    Jun 20, 2008 9:54:20 AM oracle.vcr.datacontrol.VcrDCDef getVcrSession
    INFO: Log on to the repository.

    I had the same problem. The SRWelcome.jspx page was recursively displayed inside the iframe. The cause is that the getURI method is not working correctly (refer to metalink note 470353.1). I could resolve this by applying patch 6447083 and recreating of the content repository afterwards.

  • BSP Applications step by step

    hi,
        could any one send me the step by step procedure to create web enabled report through BSP Applications. or pls send any related links.
                   thnx in advance,
                   santosh.

    Hi
    To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.
    If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.
    The following tutorials are available:
    ·         First Tutorial: First Steps with Business Server Pages…
    ·         Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB
    ·         Third tutorial: Our First Online Bookshop
    ·         Fourth tutorial: Further Developing the Bookshop
    ·         A small Tutorial is also available for your first steps with the Model View Controller design pattern.
    ·         For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB
    When creating BSP applications, note the browser dependencies described in Note 598860.
    steps:
    1) start the transaction RZ10.
    2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.
    3) u will also find three options in the same window.
    Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.
    4) Now click on change button.
    5) here u will find parameter icm/host_name_full, so now set it as FQDN.
    6) Now copy ur settings with new version number.
    7) Activate that version.
    8) And now please restart ur WAS.
    So this will set ur FQDN, and also don't forget to login using Admin User.
    Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    if not then activate all.
    check this link
    Read this weblog...
    /people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
    http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp
    it consists of screen shots also
    Reward all helpfull answers
    Regards
    Pavan
    Message was edited by:
            Pavan praveen

  • Desktop Manager Update- Stuck on "Loading Applications" step

    I started to download a desktop manager update and the download has been on step 10 of 12 for almost an hour.  That step of the process is the "loading applications" task.  Is it normal for the update to take this long?  There is a message at the top of te update box warning me not to diconnect my device or I risk damage to the apps and the device. 
    I am wondering if this is the normal time and how I can prevent damaging the device if it's not normal?  Thanks for the help!

    Updates don't usually take this long, so it's possible something may have gone wrong.  Do you know what the update was for?  If you're with Sprint, it may have been upgrading the operating system on your phone, but other than that, I'm not sure why it would be doing that.
    If you still need additional help, please post back and include your carrier name and if you know it, the operating system version that was installed on the phone.  And let us know what, if any, messages are displayed on the phone and/or computer.
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • How to transmit my Login data to ifs/files application

    Hello,
    I developed an J2EE application that I deployed under the OC4J_IFS container on a iAS server.
    Within this application I have a login componnent implementing iFSHttpSession. This works perfect.
    I store this instance inside the HttpSession as explained by Oracle to share it with other applications. (See the Insurance demo application)
    Unfortunatly when i am logged in my application and in the same browser window put the URL <SERVER><PORT>:ifs/files, I have to re-login (The Ifs application seem not to check if the iFSHttpSession already exist)
    is the login procedure of the iFS application not checking for this ??
    What is the possibility to transmit mySession to ifs application ??
    thanks
    Michel

    .

  • How to Setup SCCM 2012 to manage Application step by step!!!

    Dear everybody,
    My company is making plan to deploy SCCM 2012 to manage PCs list after updating through WSUS
    Please help me for guied to setup it step by step
    Thanks for your help!!!

    And here are the guides from Gerry as well,
    http://gerryhampsoncm.blogspot.se/2013/02/sccm-2012-sp1-step-by-step-guide.html
    There are many great books out there as well, Configuration Manager is a complex product so I would recommend som training and or a good book as well as a compliment to get you started.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Error in 11g Sample, Build a Fusion Web Application, Step 2, (New or Save)

    Hi,
    so far everything was fine...
    But when I run the App and click the "New Order" or when I click "Save" in the Edit Form I get this error.      
    Fehler: Cannot create an object of type:oracle.jbo.domain.Date with value:anonymous
    Please, can someone give me a hint what this could cause or where I should take a closer look too to fix this.
    Well, this maybe is just a trifle for the gurus, but I'm quite unexperienced with Java.
    Every help is welcome.
    Thanks and Regards
    Andre
    This is content of the DefaultServer-Log windows:
    INFO: ADFc: Caching von MDS-Metadatenressourcen durch Controller AKTIVIERT.
    27.10.2008 13:45:13 oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNUNG: ADFc: Cannot create an object of type:oracle.jbo.domain.Date with value:anonymous
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:oracle.jbo.domain.Date with value:anonymous
         at oracle.jbo.domain.Date$1.convert(Date.java:119)
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:781)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:90)
         at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:1904)
         at oracle.jbo.server.AttributeDefImpl.getHistoryContext(AttributeDefImpl.java:4580)
         at oracle.jbo.server.EntityImpl.getHistoryContextForAttribute(EntityImpl.java:9714)
         at oracle.jbo.server.EntityImpl.initHistoryColumns(EntityImpl.java:1336)
         at oracle.jbo.server.EntityImpl.initDefaults(EntityImpl.java:1255)
         at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:1848)
         at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4441)
         at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1686)
         at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2194)
         at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2235)
         at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2216)
         at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:9008)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1227)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2126)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:697)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:392)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:159)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:118)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1226)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:278)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.IllegalArgumentException
         at oracle.jbo.domain.Date.parseISO8601FormatString(Date.java:622)
         at oracle.jbo.domain.Date.toDate(Date.java:603)
         at oracle.jbo.domain.Date.&lt;init&gt;(Date.java:384)
         at oracle.jbo.domain.Date$1.convert(Date.java:110)
         ... 62 more
    ## Detail 0 ##
    java.lang.IllegalArgumentException
         at oracle.jbo.domain.Date.parseISO8601FormatString(Date.java:622)
         at oracle.jbo.domain.Date.toDate(Date.java:603)
         at oracle.jbo.domain.Date.&lt;init&gt;(Date.java:384)
         at oracle.jbo.domain.Date$1.convert(Date.java:110)
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:781)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:90)
         at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:1904)
         at oracle.jbo.server.AttributeDefImpl.getHistoryContext(AttributeDefImpl.java:4580)
         at oracle.jbo.server.EntityImpl.getHistoryContextForAttribute(EntityImpl.java:9714)
         at oracle.jbo.server.EntityImpl.initHistoryColumns(EntityImpl.java:1336)
         at oracle.jbo.server.EntityImpl.initDefaults(EntityImpl.java:1255)
         at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:1848)
         at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4441)
         at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1686)
         at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2194)
         at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2235)
         at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2216)
         at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:9008)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1227)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2126)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:697)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:392)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:159)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:118)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1226)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:278)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    27.10.2008 13:45:13 oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNUNG: ADFc: Cannot create an object of type:oracle.jbo.domain.Date with value:anonymous
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:oracle.jbo.domain.Date with value:anonymous
         at oracle.jbo.domain.Date$1.convert(Date.java:119)
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:781)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:90)
         at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:1904)
         at oracle.jbo.server.AttributeDefImpl.getHistoryContext(AttributeDefImpl.java:4580)
         at oracle.jbo.server.EntityImpl.getHistoryContextForAttribute(EntityImpl.java:9714)
         at oracle.jbo.server.EntityImpl.initHistoryColumns(EntityImpl.java:1336)
         at oracle.jbo.server.EntityImpl.initDefaults(EntityImpl.java:1255)
         at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:1848)
         at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4441)
         at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1686)
         at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2194)
         at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2235)
         at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2216)
         at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:9008)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1227)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2126)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:697)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:392)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:159)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:118)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1226)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:278)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.IllegalArgumentException
         at oracle.jbo.domain.Date.parseISO8601FormatString(Date.java:622)
         at oracle.jbo.domain.Date.toDate(Date.java:603)
         at oracle.jbo.domain.Date.&lt;init&gt;(Date.java:384)
         at oracle.jbo.domain.Date$1.convert(Date.java:110)
         ... 62 more
    ## Detail 0 ##
    java.lang.IllegalArgumentException
         at oracle.jbo.domain.Date.parseISO8601FormatString(Date.java:622)
         at oracle.jbo.domain.Date.toDate(Date.java:603)
         at oracle.jbo.domain.Date.&lt;init&gt;(Date.java:384)
         at oracle.jbo.domain.Date$1.convert(Date.java:110)
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:781)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:90)
         at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:1904)
         at oracle.jbo.server.AttributeDefImpl.getHistoryContext(AttributeDefImpl.java:4580)
         at oracle.jbo.server.EntityImpl.getHistoryContextForAttribute(EntityImpl.java:9714)
         at oracle.jbo.server.EntityImpl.initHistoryColumns(EntityImpl.java:1336)
         at oracle.jbo.server.EntityImpl.initDefaults(EntityImpl.java:1255)
         at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:1848)
         at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4441)
         at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1686)
         at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2194)
         at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2235)
         at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2216)
         at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:9008)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1227)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2126)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:697)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:392)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:159)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:118)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1226)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:278)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Hello Timo and Frank,
    Good to know you are there :-)
    Smal cause but big impact.
    The failure was that I for the "LastUpdateDate" (what undoubtedly is a date) have unintended for the History Column choosed "modified by" instead of "modified on"
    Is it worth (and feasible) implementing a check here in the IDE ??
    Thanks and Regards
    Andre

  • CMSDK / iFS 9.0.3

    Under iFS version 1.1.x I was told that Oracle does not support more than one iFS schema per Oracle instance. Does this still hold true for CMSDK / iFS 9.0.3? We have a user written application that interacts with the iFS API/schema. We DO NOT use any of the iFS provided protocol servers. We do however run the IfsAgents Server for each iFS schema to maintain / garbage collect in each environment. Will CMSDK / iFS 9.0.3 allow more than one IfsAgent process on a server? I basically want one set of agents per CMSDK/iFS schema installed in one single instance on one server. Does this make sense? Is it possible to do this with the new version of iFS?

    Here are the detailed instructions on how to do it. I hope this will work for you:
    Setting up multiple CM SDK domains on one host
    Introduction
    ============
    The Oracle Content Management SDK (CM SDK) is released as a component of the Oracle 9iAS product suite. Upon installation users can configure the product for use. This by default includes the creation of one CM SDK domain (aka instance) and associated entities. Each of these domains includes a Domain Controller, one set of the CM SDK agents, one or more CM SDK nodes (residing on separate hosts), and one or more CM SDK HTTP nodes (residing on separate hosts).
    It is also possible to configure multiple domains on a single middle-tier host. Each such domain would include one CM SDK node, one HTTP node, a Domain controller and a set of agents. There is only one installation of the CM SDK product, in effect only one set of binaries. The configuration process will permit multiple domains to use the same software. This document outlines the process setup such a configuration.
    A. Installation
    ===============
    Install Oracle iAS 9.0.2 or 9.0.2.0.1 on your machine. The J2EE (Core) option would suffice.
    Install Oracle CM SDK 9.0.3 into your <oracle_home>. After installation is complete, your directory structure will look like this -
    <oracle_home>
    ifs
    cmsdk
    bin
    lib
    j2ee
    OC4J_iFS_cmsdk
    applications
    cmsdk
    cmsdk
    applications-deployments
    config
    B. Configuration
    ================
    Creating the First Domain
    The CM SDK Configuration Assistant will automatically start when iFS is installed. Follow the instructions in the CM SDK Installation Guide to complete your configuration process. You can also choose to run the Configuration Assistant later. This is done by using the script ifsca in the <oracle_home>/cmsdk/bin directory.
    Be sure to choose to create a domain. Call this first domain "DOMAIN1".
    Have all the following selected:
    Run Domain Controller
    Run HTTP Node
    Run Node
    Your first domain is now ready.
    Creating a Second Domain
    Run the CM SDK Configuration Assistant. Again create a domain with the same options, but call this second domain "DOMAIN2".
    Be sure to give different port numbers for protocols you wish to use.
    Disable these protocols on your second domain if they are enabled on the first:
    SMB
    AFP
    E-Mail protocols (IMAP/SMTP)
    The configuration will not work as before. It will prompt you with the following dialog:
    There already exists an OC4J instance for another HTTP Node configured on this machine. Do you wish to replace that instance? Click "Yes" to replace the instance. Click "No" to leave the instance untouched and not create any instance for this new HTTP Node.
    Click "No". This second OC4J instance must be set up manually.
    You now have two iFS domains configured within the same <oracle_home>. You may now use "ifsctl" to start and stop each independently. An HTTP Node exists for DOMAIN1, but not for the DOMAIN2; this must now be manually configured to work.
    C. Setting Up Your Second OC4J Instance
    =======================================
    In order to create your second OC4J instance, you must first prepare a new EAR (Enterprise Application Resource) for use.
    Preparing an EAR file for Second OC4J Instance
    Create a temporary directory for use. Assign it to an environment variable $IFSTMP.
    Copy the <oracle_home>/ifs/cmsdk/lib/cmsdk.ear file into $IFSTMP.
    Go into $IFSTMP. Uncompress the EAR file. Use the following command:
    jar xvf cmsdk.ear
    Edit the application.xml file located in $IFSTMP/META-INF directory. You will see the following contents in the file:
    <application>
    <description>Oracle ifs Administration</description>
    <display-name>Oracle ifs Administration<display-name>
    <module>
    <web>
    <web-uri>cmsdk.war</web-uri>
    <context-root>/cmsdk</context-root>
    </web>
    </module>
    </application>
    Replace the term "cmsdk.war" with "domain2.war" and "cmsdk" with "domain2" (above). "domain2" is now the new name of your second OC4J instance.
    Go into $IFSTMP. Rename the cmsdk.war file to "domain2.war". Now use the following command to jar it all up (NOTE: The JAR process will ignore the $IFSTMP/META-INF/MANIFEST.MF file which is O.K.)
    jar cvf domain2.ear
    You now have a EAR file which you can use for deployment.
    Deploying EAR file
    ==================
    Now open a web browser and connect to the iAS Enterprise Manager Console. You must open your browser on the machine where you put your new EAR file.
    Under the "System Components" section, choose "Create OC4J Instance".
    You will be prompted for a new name for your chosen OC4J Instance. Enter "OC4J_iFS_domain2". After the instance has been created, select "OK" and return to the main EMD page.
    You will now see your newly created OC4J instance listed. Click on it.
    You will now see information about your OC4J instance. Under the "Applications" section, click on "Deploy EAR File".
    You will now be presented with a Deploy Application wizard. Read and click through to "Step 2" of the wizard.
    You will now need to name and deploy your EAR file. In the text box "J2EE Application", indicate the path to your modified EAR file from the "Preparing And Deploying Second Instance for OC4J" section. You will find your domain2.ear in $IFSTMP. You can also click the "Browse..." button to find it.
    For the text box marked "Application Name" enter "domain2".
    For the rest of the Deployment Wizard steps. You can simply click "Next" and accept all the defaults. After "Step 8", click "Deploy".
    You should have the following setup:
    OC4J Instance Name Domain Name Application Name EAR
    OC4J_iFS_cmsdk domain1 cmsdk cmsdk.ear
    OC4J_iFS_domain2 domain2 domain2 domain2.ear
    You now have a second OC4J instance of CM SDK recognized by the iAS Enterprise Manager Console. It does not work yet. You must now manually prepare your new OC4J instance.
    Your directory structure now looks like
    <oracle_home>
    ifs
    cmsdk
    bin
    lib
    j2ee
    OC4J_iFS_cmsdk
    applications
    cmsdk
    cmsdk
    applications-deployments
    config
    OC4J_iFS_domain2
    applications
    domain2
    domain2
    applications-deployments
    config
    Setting Up OC4J Configuration Files for Your Second Instance
    First make a backup copy, then modify the file <oracle_home>/opmn/conf/opmn.xml. Look for a section that looks something like this
    <oc4j maxRetry="3" instanceName="OC4J_ifs_cmsdk" gid="OC4J_iFS_cmsdk" numProcs="1">
    <config-file path="/iashome/j2ee/OC4J_iFS_cmsdk/config/server.xml"/>
    <java-option value="-Xmx256m "/>
    <oc4j-option value="-properties"/>
    <port ajp="3001-3100" jms="3201-3300" rmi="3101-3200"/>
    <environment>
    <prop name="LIBPATH" value="/iashome/lib32:/iashome/lib"/>
    <prop name="DISPLAY" value=":0.0"/>
    <prop name="NLS_LANG" value=".UTF8"/>
    <prop name="LD_LIBRARY_PATH" value="/iashome/lib32:/iashome/lib"/>
    <prop name="SHLIB_PATH" value="/iashome/lib32:/iashome/lib"/>
    </environment>
    Look for the section where instanceName="OC4J_iFS_domain2". It looks like this:
    <oc4j instanceName="OC4J_iFS_domain2" gid="OC4J_iFS_domain2">
    <config-file path="/iashome/j2ee/OC4J_iFS_domain2/config/server.xml"/>
    Now copy the first <environment> section into the section for your second OC4J instance.
    Make a backup copy, then modify the file <oracle_home>/j2ee/OC4J_iFS_domain2/config/application.xml. Comment out the following sections:
    <library path="../../../jlib/uix2.jar" />
    <library path="../../../jlib/share.jar" />
    Copy the file <oracle_home>/j2ee/OC4J_iFS_cmsdk/config/oc4j.properties to the directory <oracle_home>/j2ee/OC4J_iFS_domain2/config/. Make a backup copy, then edit your new copy of the file. It will look something like this:
    java.awt.headless=true
    IFS.DOMAIN.Name=ifs://mydbserver:1521:orcl8:DOMAIN1
    IFS.DOMAIN.NODE.Name=myappserver.oracle.com HTTP Node
    IFS.DOMAIN.NODE.OracleHome=/iashome
    replace the domain name DOMAIN1 with DOMAIN2.
    Make a backup, then edit the file <oracle_home>/j2ee/OC4J_iFS_domain2/applications/domain2/domain2/index.html.
    change all instances of "cmsdk" to "domain2"
    Edit the file <oracle_home>/j2ee/OC4J_iFS_domain2/config/default-web-site.xml. Look for the following section:
    <default-web-app application="default" name="defaultWebApp" root="/j2ee"/>
    <web-app application="default" name="dms" root="/dmsoc4j"/>
    <web-app application="domain2" name="domain2" root="/domain2" load-on-startup="true"/>
    Add the last line to that section.
    Copy the file <oracle_home>/j2ee/OC4J_iFS_cmsdk/application-deployments/cmsdk/cmsdk/orion-web.xml into the directory <oracle_home>/j2ee/OC4J_iFS_domain2/application-deployments/domain2/domain2. Make a backup copy of the file if it already exists in the destination directory.
    Log into the Enterprise Manager Console. Under the "System Components" section, click on your second domain (myserver:1521:myservice:DOMAIN2) to set that up. Under "Configuration" click "Server Configurations".
    Then click on HttpAdminServerConfiguration. Under the Properties, modify the following properties with these values
    IFS.SERVER.APPLICATION.UIX.ApplicationServletMount /domain2/admin
    IFS.SERVER.APPLICATION.UIX.ContentServletMount /domain2/content
    IFS.SERVER.APPLICATION.UIX.StaticResourcesMount /domain2/static
    Save the above properties. Now, you have to change certain properties in the DavServerConfiguration. From the above UI, cliek on the DavServerConfiguration and click Properties. Modify the following property to have the value shown below:
    IFS.SERVER.PROTOCOL.DAV.ContextServletPath /domain2/content
    Save and exit out of EMD.
    Restart EMD, iAS & iFS (both domains). At this point both the domains should be up and running.
    If you are able to access the following URLs and use them, then your multi iFS domain has worked correctly.
    EMD
    http://<server-name>:1810
    Domain 1
    Content Servlet - http://<server-name>:<port-number>/cmsdk/content
    Admin Servlet - http://<server-name>:<port-number>/cmsdk/admin
    Domain 2
    Content Servlet - http://<server-name>:<port-number>/domain2/content
    Admin Servlet - http://<server-name>:<port-number>/domain2/admin
    You should also be able to see the logs of two different machines domains, nodes under directory $ORACLE_HOME/ifs/cmsdk/log.
    D. Notes
    ========
    Oracle CM SDK does not support installation of multiple 9iAS Oracle Homes on the same machine.

  • EBCC syncronisation fail with new application

    Hello.
    My team has problems using the Portal 4.0 with WLS 6.1 SP1.
    We copied the p13n Domain and rename the Domain and the Server.
    When we then syncronise one of the sample webflows with the new server, all
    works fine.
    Then we add our very simple application with 2 jsps (one with a webflow form
    that fires an event that is configured to switch to the second one) on the
    same Domain/Server.
    When we then want to syncronise the EBCC could not connect (errormsg:
    Authorisation denied. Check User/pass and ensure server running)
    Can someone help us?
    Must we add some tables inside the cloudspace database or is this done
    automatically?
    Where is the relationship between the database and the application
    configured?
    Is there a simple tutorial from A to Z how to set up a new Domain and Server
    ready for webflow / Code and deploy a simplest application / configure
    webflow with ebcc.
    I need a all steps included tutorial to give this to my developers. The
    e-docs are great but it is dificult to collect all pices together.
    If someone has a finished configured simple webflow application please send
    it to me together with the domain config xml.
    Thanks a lot!
    Markus Lutum
    [email protected]

    Frank,
    You only need to do this config steps if you are setting up a cluster (or
    would like to synchronize several machines with a single EBCC instance
    automatically). For the default single user dev. box you should not need to
    do this, just deploying the DataSync WebApp (our apps have it) is all that
    is required. If you don't have any EJBs deployed on the machine (which is
    the case with the typical admin server) you also have to put p13n_util.jar
    under WEB-INF/lib of the DataSync WebApp.
    Please note that config is significantly improved with the upcoming 7.0
    release.
    (Param Name) = (Param Value)
    notifiedName = notifiedNameDataRepository
    notifiedPassword = password
    notifiedLogin = system
    notifiedUrl = http://localhost:7501/scddDataSync/DataSyncServlet
    notifiedRealm = weblogicYou need to append "-1" to all of these (ie. the paramter for the first URL
    would be "notifiedUrl-1", "notifiedUrl-2" for the second etc.
    This does not explain your NoClassDefFoundError however. Try cleaning up the
    temp server directories, double checking you put p13n_util.jar under the
    correct WEB-INF/lib and restarting the server.
    Sincerely,
    Daniel Selman
    "Frank Wang" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi again, Michael,
    I tried what you suggested, and still got the same NoClassDefFoundErrorexception
    for com/bea/p13n/management/data/message/MessageExecutor. This is what Idid:
    >
    1) I moved the p13n_util.jar file intoconfig\petflowDomain\applications\scdd\datasync\WEB-INF\lib.
    >
    2) I added the following parameters to the deployment descriptor for thedatasync
    webapp. Within the console's deployment descriptor screen for thedatasync webapp,
    I went to "Data Synchronization Web Application > Web App Descriptor >Parameters",
    and added the following parameters:
    (Param Name) = (Param Value)
    notifiedName = notifiedNameDataRepository
    notifiedPassword = password
    notifiedLogin = system
    notifiedUrl = http://localhost:7501/scddDataSync/DataSyncServlet
    notifiedRealm = weblogic
    3) Within the startup script (config\petflowDomain\startPetflow.bat), Iadded the
    argument "-Ddata.sync.jdbc.master.dr=true" to the end of the "java"command, immediately
    before "weblogic.Server".
    4) There is only one server configured for the petflowDomain, and it isnamed "petflowServer".
    Since this domain is a part of BEA's sample apps, I did not think I wouldneed to
    configure a separate "sync" server. The JDBC dataSyncPool (Services >JDBC > Connection
    Pools) starts up correctly, and is targeted at petflowServer. The Tx DataSource
    is also configured at Services > JDBC > Tx Data Sources. I really don'tthink that
    there's anything wrong with these configs since I copied this overstraight from
    PetFlow.
    Do you have any other suggestions? I do have a proposal: How about if youguys set
    up a working, blank domain with the correct servers, jar files, xmldescriptors,
    datasync app(s), and then e-mail it to me? Or, conversely, I can zip upmy current,
    non-working domain and send it to you for debugging? This would be fasterthan trying
    to exchange messages on the newsgroup.
    -Frank
    "Frank Wang" <[email protected]> wrote:
    Hi Michael,
    Thank you very much for your research and reply.
    Can you elaborate on Item 2 you mentioned? Which "parameters for
    synchronization
    w/managed servers" are you speaking of? Can you list which file(s) and
    which parameter(s)
    and values to configure? This will save me a lot of time trying tofigure
    that out.
    In Item 4, I'm not sure which servers are the "sync" server and "managed"
    server.
    I only have one server for my "ddDomain" domain. Can you explain this
    as well?
    I'm currently evaluating Portal on my local workstation, so there is no
    other physical
    server involved at the moment.
    Thanks again,
    Frank
    "Michael Goldverg" <[email protected]> wrote:
    Good news, issue is RESOLVED.
    Several things need to be done:
    1. Copy p13n_util.jar to the WEB-INF/lib directory under the datasync
    webapp,
    which
    is used as a proxy. This needed to be done because of the problems with
    the class
    loader.
    2. The BEA Deployment guide has several discrepancies, so the parameters
    fo synchronization
    with managed servers should be defined for the webapp itself, not forthe
    servlet.
    This could be done using the deployment descriptor edit from theconsole.
    Also, the
    document states the name for URL parameter as "notifiedURL" (incorrect),
    should be
    "notifiedUrl".
    3. In the startup parameters for the WLPortal server, running the proxy
    datasync
    application the following parameter should be added:"-Ddata.sync.jdbc.master.dr=true".
    4. Finaly, the datasync connection pool and TX datasource should bedeployed
    on all
    servers (sync server and managed servers).
    It took us 2 days to figure this out, but it works well now.
    Regards,
    Michael Goldverg
    "Frank Wang" <[email protected]> wrote:
    I have the same exact problem as the previous poster. I created a
    brand
    new domain
    called "ddDomain", and made a new enterprise app
    called "scdd". Within it, I created a simple webapp also called"scdd".
    Here's
    my folder structure:
    ddDomain\applications\scdd\
    pipeline.jar
    p13n_util.jar
    scdd\
    index.jsp
    welcome.jsp
    WEB-INF\
    web.xml
    weblogic.xml
    lib\
    webflow_servlet.jar
    webflow_taglib.jar
    datasync\
    (datasync files copied from\bea\wlportal4.0\applications\p13nApp\datasync)
    META-INF\
    application.xml
    The following are my settings:
    ddDomain\applications\scdd\META-INF\application.xml:
    <module>
    <web>
    <web-uri>datasync</web-uri>
    <context-root>scddDataSync</context-root>
    </web>
    </module>
    ebcc > Connection Settings > Connection Details > Data Synchronization:
    /scddDataSync/DataSyncServlet
    WLS starts up fine, and I know that I am hitting my "scdd" applicationfrom
    the browser
    (http://localhost:7501/scdd) since the
    index.jsp file was compiled.
    When I use the ebcc to synchronize (ebcc > Tools > Syncrhonize...), I
    get
    the following
    exception in WLS:
    <Jun 5, 2002 6:01:05 PM PDT> <Info> <Management> <Configuration changes
    for domain
    saved to the repository.>
    <Jun 5, 2002 6:02:56 PM PDT> <Info> <NT Performance Pack> <Allocating:'2'
    NT reader
    threads>
    <Jun 5, 2002 6:02:58 PM PDT> <Error> <HTTP>
    <[WebAppServletContext(14774279,datasync,/datasync)]
    Error loading servlet:
    'DataSyncServlet'
    java.lang.NoClassDefFoundError:com/bea/p13n/management/data/message/MessageExecutor
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    atweblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
    :665)
    atweblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja
    va:643)
    (stack trace left out...)
    After a bit of looking, I discovered that the MessageExecutor classresides
    in p13n_util.jar.
    I tried adding this file to the
    scdd\WEB-INF\lib directory, but that didn't work. I also trieddeploying
    it as an
    EJB, that didn't work either, and gave me the
    following error:
    <Jun 7, 2002 11:25:39 AM PDT> <Error> <J2EE> <Error deployingapplication
    pipeline:
    Caught IOException for path=:
    C:\bea\wlportal4.0\.\config\petflowDomain\applications\.wlnotdelete\wlap1
    5174\pipeline.jar>
    Per tip of Mr. Daniel Selman in a previous posting, I tried deployinga
    number of
    other jar files found in
    \bea\wlportal4.0\applications\p13nApp, but they all gave me WLS
    exceptions.
    >>>>
    I am evaluating Portal/Webflow for my company, and would like thisresolved
    asap.
    The documentation is very poor and lacking a
    beginner's step-by-step guide.
    -Frank
    =============================================
    "David Anderson" <[email protected]> wrote:
    Synchronization is accomplished using the DataSyncServlet that needs
    to
    be
    deployed as part of you enterprise application in the datasync web
    application. If you have more than one enterprise application
    deployed
    to
    the same instance of Weblogic Server, you need to make sure that thecontext
    URI for the datasync web application is different for each of the
    enterprise
    applications.
    In your application.xml file there should be an entry as follows:
    <module>
    <web>
    <web-uri>datasync.war</web-uri>
    <context-root>portalDataSync</context-root>
    </web>
    </module>
    Make sure that the <context-root> element is different for each of the
    instances of the datasync application. Additionally, you should checkyour
    synchronization connection settings to make sure that the Data
    Synchronization setting is pointing to your context root. You can
    check
    this from the EBCC using Tools->Connection Settings selecting the
    connections tab on the resulting dialog box, selecting one of your
    connections, hitting the edit button and then the advanced button.
    You may need to clean out the database in order for thesynchronization
    to
    work.
    Dave
    "Markus Lutum" <[email protected]> wrote in message
    news:[email protected]...
    Hello.
    My team has problems using the Portal 4.0 with WLS 6.1 SP1.
    We copied the p13n Domain and rename the Domain and the Server.
    When we then syncronise one of the sample webflows with the new
    server,
    all
    works fine.
    Then we add our very simple application with 2 jsps (one with a
    webflow
    form
    that fires an event that is configured to switch to the second one)
    on
    the
    same Domain/Server.
    When we then want to syncronise the EBCC could not connect
    (errormsg:
    Authorisation denied. Check User/pass and ensure server running)
    Can someone help us?
    Must we add some tables inside the cloudspace database or is thisdone
    automatically?
    Where is the relationship between the database and the application
    configured?
    Is there a simple tutorial from A to Z how to set up a new Domainand
    Server
    ready for webflow / Code and deploy a simplest application /
    configure
    webflow with ebcc.
    I need a all steps included tutorial to give this to my developers.The
    e-docs are great but it is dificult to collect all pices together.
    If someone has a finished configured simple webflow application
    please
    send
    it to me together with the domain config xml.
    Thanks a lot!
    Markus Lutum
    [email protected]

  • Step By Step Instructio​ns !!!! HELP NEW USER!

    Step by step tutorial on how to create a project from A to Z. I am a new user, and i am tired of all the tutorials NI provides, they all talk about creating some bullshit waveform or making some easy calculator vi. They never talk about the real stuff, example, how to start a project, create your vi, compiling or putting together all the vi's, compile everything together and than creating an EXE. Holly shit that's all i am asking for is an idiots guide is it that hard for NI to make ! Can anyone out there direct to something to figure this out maybe a book, article, web page something!!!   And no thank you i don't need some sales guy calling me trying to sell NIN bullshit training classes, i have been to them and all the instructor could talk about is creating a ridicolous sine wave genarator (WoW) 

    I am sure NI would be very happy to hear about any issues with the LabVIEW help that could be confusing to new users.
    Here's a link to the LabVIEW help on organizing an managing projects:
    http://zone.ni.com/reference/en-XX/help/371361D-01​/TOC16.htm
    Have you read it and do you still have problems? What was not clear?
    Genci wrote:
    ..., compile everything together and than creating an EXE.
    How to built an application Step by step.: http://zone.ni.com/devzone/cda/tut/p/id/3303
    You should also be aware that you cannot buit an application using LabVIEW base or full.
    You need LabVIEW professional or you need to purchase the application builder.
    Genci wrote:
    ...tired .. bullshit ... Holly shit ...idiots ...bullshit ..ridicolous ...
    These are all non-techical terms and not very descriptive in the context of LabVIEW. Could you be a bit more specific on what kind of problems you encountered?
    It would also be important to know your programming background? Are you experienced in any other programming environment? Is labVIEW your first attempt at programming? Are you familiar with general programming terms? Are you trying to program for personal enjoyment, for school, or as part of a job. If your employer forces you to switch to LabVIEW, maybe he could send you to some NI classes.
    What is your LabVIEW version?
    As anything, there is always an initial hurdle that needs to be overcome before becoming familiar in a new environment. Fortunately, this threshold is very low in the case of LabVIEW and you should be up and running after a couple of hours. Mastery takes a bit longer, of course.
    Your best bet is to ask a more specific question here in the forum whenever you get stuck. Good luck and enjoy the ride.
    LabVIEW Champion . Do more with less code and in less time .

  • Specify initial page following mod_osso login for JSP application?

    I'm developing a JSP application that is stand-alone from Portal, but that is protected via mod_osso. (What's the proper term for this - its sort of a Partner application, really an External application, but not registered w/ Portal at all...) Following mod_osso validation, if the login page was brought up (ie, the user was not signed when the application page was requested), I'd like the user to be taken to a 'default' application page (where I can retrieve other user info from the db for use in subsequent pages of the app.) Is there a way to specify this w/ mod_osso? (ie, after login, take user to a specific page.) I could put a flag in the session, check it on each page (ie, Boolean hasVisitedHomePage or such), then redirect to the home page if its false, but would rather not do this if there is a smarter method.
    Thanks,
    Jim

    Following are the steps to use SSO with an J2EE application:
    Steps to enable SSO/OID user authentication to your J2EE application
    1)     Deploy your apps to Oracle9iAS mid-tier instance e.g. mid-tier-host
    2)     Connect to your SSO server in your infrastructure host as follows:
    http://inf-host:<port>/pls/orasso/orasso.home and
    Login as orcladmin. The default password should be same as your IAS_ADMIN password
    3)     Click on SSO Server Administration and then Administer Partner Applications
    4)     Click on Add Partner application
    5)     Enter the following information for your environment and click on Apply:
    Home URL: http://inf-host:<port>/osso_login_success
    Success URL: Home Page for URL for your apps which you want to secure
    Logout URL: http:// inf-host :<port>/osso_logout_success
    6)     Logon to EMWebsite for the Mid-tier Oracle9iAS Instance
    Select the HTTP Server -> Advanced Properties -> mod_osso.conf and add the following. Please make appropriate change for your environment
    <Location /context-to-secure >
    AuthType Basic
    require valid-user
    </Location>
    And then restart HTTP Server
    7)     Now when you access your apps, the logon screen will appear
    hope this helps
    Debu

  • Access Web Dynpro application on different WAS ??????????

    Hi All,
    Current Scenario -
    We have deployed ESS & MSS Business package on one WAS and the iviews are present on another WAS.We have created a Dedicated R/3 system which is pointing to the WAS where these packages are deployed.
    All these things are working fine i.e. once the user maps the id pswd it directly runs the Web Dynpro applications in the iviews.
    That means, even if application is running on one WAS, and the user personalises data on another WAS, it still retrieves the credentials and shows the appropriate results for ESS MSS Packages.
    Query-
    Now i need to implement the same scenario in my Web Dynpro application
    Steps
    1) I have the WD application running on one WAS and portal on another
    2) In portal there is a R/3 system created
    3) The Web Dynpro application needs to know if the user has personalised mapping against that system created on portal(other WAS)
    4) If yes show him the home page else take him to the login page.
    Just as it is implemented for ESS MSS Packages.
    How can i pass the mapped data to the Web Dynpro iview ?
    Thanks and Regards,
    Samta Nichani

    Amol,
    as this questions existed twice, I've deleted one.
    As roles are in the UME, you can access them. But why do you want to do this? You could login to that user, but then the question is what you want to do....
    Regards,
    Benny

  • Applications Installed through task sequence not showing up in Software Center

    In the task sequence we use for our OSD Windows 7 machine build, we have Custom-Install Application steps which install a number of of our Applications.  Each of these Applications has the "Allow this application to be installed from the Install
    Application task sequence action without being deployed" checkbox checked.  All of the Applications have the following properties set:
    Installation behavior: Install for system
    Logon requirement: Whether or not a user is logged in
    Installation program visibility: Hidden
    When a machine is built using this task sequence, all of the Applications install successfully - they show up in Control Panel\Programs and Features, and they run correctly. However, none of them show up in the Software Center. I'm not seeing anything in
    any of the logs that indicates a problem, and the Software Center remains empty even after running all the client evaluation cycle actions  
    Interestingly, if I add a couple of the newly build machines to a collection, then target deployments for the already installed Applications to that collection, after running the Machine Policy Retrieval and Evaluation Cycle the Applications immediately
    show up in Software Center as installed.
    Does anyone know if Applications installed through a task sequence do not show up in the Software Center by default, or could you give me some troubleshooting tips if this is not normal?
    Thanks for any suggestions!
    SCCM 2012 SP1, Single site, W7 clients

    Why you deploy applications through task sequences? Task sequences are built and meant to be used with OSD, not application deployment.
    To my knowledge, if you have application install step in a task sequence and you deploy that task sequence to a collection of machines, the software center on those machines only sees the task sequence itself, not the applications inside the task sequence.
    If you want your applications to be shown in the software center, change the method of deploying stuff and deploy applications as they're are meant to.

  • Adobe application manager fails to update/install

    Please help me resolve this error and update App Manger properly.
    I have downloaded and am running Creative Cloud CS6 versions of Illustrator and Photoshop that I installed back in Decmember.  Now I'm trying to download more applications and am encountering this error:
    I click 'download' on InDesign (for example)
    Download initiates launch of Application manager, App manager opens main window then "initializing installer window"
    Application manager flashes this warning for a split second: "other instances of adobe application manager are currently running which must be closed before installing this product. Please close or wait for them to complete." (see image). This warning closes on its own after just a second.
    Then it continues to install for a few minutes, asks for my password then fails with the message, "We've encountered the following issues, Adobe Application manager failed to install" (no error number, see image)
    Photoshop and Illustrator still run fine, but none of my Adobe apps (including Air) will update properly now. I have tried deleting the App Manger files from applications > utilities and re-installing, but that also creates an error.
    I have searched for duplicate app manager files but have come up empty.  I've run the support advisor app and it checks out fine.  I have a token from that if it helps. 
    I'm running iMac 10.6.8 and I also have CS5 installed on this computer if it makes a difference.
    Any help would be appreciated.   I'd like to be able to run the apps I'm currently paying a monthly fee for.

    I'm going to write this information cause it was so darn frustrating and after two days I finally got it - so here goes - resolution:
    I'm running windows 7, and was trying to download cloud which apparently I was forced to do based on my subscription base (was on CS6 before that)
    Step 1: start task manager and close ALL adobe running apps including akami session
    Step 2: click on the windows icon and type in search bar %appdata%, enter
    Step 3: in browser bar above of folder, click on "appdata" (my file directory when i typed step two was C:\Users\study\AppData\Roaming, and I need to be be at C:\Users\study\AppData)
    Step 4: Click Local, then Adobe, then oobe, delete the oobe file
    Step 5: Go the the following to download the "cleaner tool": http://download.macromedia.com/pub/creativecloud/cleanertool/win/Adobe_Creative_Cloud_Clea ner_Tool.zip
    Step 6: Unzip the file and click on the AdobeCreativeSuiteCleanerTool.exe, that was in my directory as follows (dependent on where you download and unzip of course) C:\Users\study\Downloads\adobe_creative_suite_cleaner_tool (1)\win
    Step 7: select (e) in the black box for "english", select (y) for yes, select creative cloud (whichever option # that is) and again anything with creative cloud (this did NOT delete my other adobe files, which I feared may - but I was simply instructing it to clean/delete the creative cloud.
    Step 8: close the black window
    Step 9: Click here: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773  and download the creative cloud adobe application manager
    Step 10: Run the application
    Step 11: Log in and download the software you want
    If that doesn't work, what I did is between steps 4 and 5 I restarted my computer, then I went into task manager and closed all adobe apps.  I'm not sure I had to do this step but I was desperate after 2 days doing whatever.  Each tech person gave me different information.  The last person helped me best, but I spoke with her via chat AFTER I had rebooted the computer.  If you need support click http://helpx.adobe.com/contact.html and I personally did the "chat" so I wouldn't have to wait.
    Hope this helps anyone who hasn't figured it out! 

Maybe you are looking for

  • Applet works in MS JVM but not in JDK1.4 !

    Running IE 6 SP1 with windows 2000. Everything works well until I installed JDK 1.4 recently. I have an ancient (JDK 1.1?) applet that refuses to work with JDK 1.4 But when i disable JDK 1.4 under internet options , it works! This is the error "java.

  • Transfer of hours from CATS to HR

    Hi. One of my customers has set up a transferral of hours from CATS to HR (IT2001 and IT2002) with help of trx CATA. The process includes approval of hours via CATS_APPR_LITE which slows everything down considerable. In the time gap between recording

  • Command to block a port in Vlan

    I have 3 switches interconnecting to each other. A PC in switch A wishes to ping to PC on Switch C. There are 2 paths leading to it, what command can i use to block one of the port so that there is only one path? Is it setting one of the switch as ro

  • Activating a VOFM Routine

    Hi Folks, I have made a VOFM routine in data tranfer->Sales activities.I have activated the program and also the entry in "Maintain:Data transport sales activities" But still i am getting an error "No frame work was found for the Include RV44A601".I

  • Mail sent from my work email account.the replys always returns to elsewhere

    I have several email accounts setup in MAIL....my default is my home account...but I also have my imap work account setup. Whenever I send an email via my work account...I make sure that I am using my work account to send the reply or new email...if