No SystemProperties for WL 6.0

Folks,
With WL 6.0, there doesn't seem to be a well defined way
to set System properties from the config.xml file, like
with weblogic.properties. Is this on purpose ???
Are the "powers that be" suggesting that we should not be
setting/getting system properties in J2EE apps ???
Or is it simply glossed over in the current release ???
--- jerome

Could you point me in the direction on how this is acheived? I'm kind of new
to weblogic and I have this problem that I can't write to a local
*.properties file in my WEB-INF folder eg:
JSP loads /WEB-INF/app.properties
if doesn't exist
query user for properties details
Write out settings to /WEB-INF/app.properties
Set System.property([name], [value])
Because the file is not initially created WL6.1 throws a
NullPointerException saying it can't locate
getRealPath("/WEB-INF/app.properties").
I've tried adding a default app.properties file, but as before it can't get
a real path.
I have no problems on JRun or Tomcat in reagrds to this situation.
Another thing is I have my <error-pages> stored in my WEB-INF folder as
such:
<error-page>
<error-code>404</error-code>
<location>/WEB-INF/error-pages/404.jsp</location>
<error-page>
but WL6.1 returns:
<24/10/2001 9:02:40> <Error> <HTTP>
<[WebAppServletContext(3135265,centauriweb,/centauriweb)] Location:
"/WEB-INF/error_pages/404.jsp" for error the error code "404" does not
exist. Serving the defaul error page.>
I've also tried it with an HTML version as well as the path without the
leading "/" to no avail.
Is access to the WEB-INF folder possible in WL6.1?
Cheers,
Anthony Ikeda
Web Application Developer,
Proxima Technology Pty. Ltd.
North Sydney
New South Wales,
Australia 2060
Office: (612) 9458 1700 (ext 798)
Mobile: 041 624 5143
"Kumar Allamraju" <[email protected]> wrote in message
news:[email protected]...
You can write a wrapper class which loads & sets
the system properties and then call weblogic.Server ;-)
Kumar
Dimitri Rakitine wrote:
I think that more J2EEish way is to use env-entry's in
the deployment descriptors instead of System properties -
in theory you should be able to deploy the application (EAR/WAR/EJB)
without modifying anything container-related (like scripts which
start WebLogic, classpaths etc).
Jerome Banks <[email protected]> wrote:
Folks,
With WL 6.0, there doesn't seem to be a well defined way
to set System properties from the config.xml file, like
with weblogic.properties. Is this on purpose ???
Are the "powers that be" suggesting that we should not be
setting/getting system properties in J2EE apps ???
Or is it simply glossed over in the current release ???
--- jerome--
Dimitri

Similar Messages

  • "Could not create SSOToken" error while setting agent for SSO

    Hello,
    I configured my agent as follows:
    Version: 3.0
    Build Date: 20071212
    Application Server Config Directory : C:\Sun\SDK\domains\domain1\config
    Application Server Instance name : server
    Access Manager URL : http://juno:6140/opensso
    Domain Administration Server Host is remote : false
    Agent URL : http://juno:8080
    Deployment URI for the Agent Application : /agentapp
    Encryption Key : J+KQLOM+s6gAQb1Y1H8uJoej3bzKBAEN
    Agent Profile name : asagent
    Agent Profile Password file name : c:\temp\password.TXT
    Agent installed on the DAS host for a remote instance : false
    The AM and the sample applications are both running on separate domains.
    Following steps I performed:
    1. I started my SSO domain (domain2) first and then the application domain where my agent is installed (domain1).
    2. I deployed the agentsample.ear file after compilation through build.xml file
    When I try to access the URL (http://localhost:8080/agentsample/index.html), it throw the following exception (recorded in amSSO log file located in the Agent_001
    12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    could not create SSOTOken for token ID AQIC5wM2LY4SfcykqWPzOYlM/mkFg8E9ozYLBizVono/kDE=@AAJTSQACMDE=#
    com.iplanet.dpro.session.SessionException: Service URL not found:session
         at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
         at com.iplanet.dpro.session.Session.getSession(Session.java:808)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
         at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
         at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
         at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
         at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
         at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    could not create SSOTOken for token ID AQIC5wM2LY4SfcyqQ1KVtRFCVm5y4qGBf7JcHCnC6du58xk=@AAJTSQACMDE=#
    com.iplanet.dpro.session.SessionException: Service URL not found:session
         at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
         at com.iplanet.dpro.session.Session.getSession(Session.java:808)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
         at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
         at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
         at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
         at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
         at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    I spent lot of time refering the supporting document but could not find any solution.
    Your assistance will be greatly appreciated.
    Thanks,
    Vinit

    Seems that the « Reuse connection » command is essential to assure that an application use ONLY ONE Jco.  I get rid of the disconnectIfAlive.
    Recommendation 1: Put all the BAPIs that you call in the same system into the same model!
    Recommendation 2: If you canu2018t follow recommendation 1, make sure that the two models synchronize their (JCo) connections!
    // two separate model instances are created ...
    MyFirstModelTypemodelMyFirst= (MyFirstModelType) WDModelFactory.getModelInstance(
    MyFirstModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    MyOtherModelTypemodelMyOther= (MyOtherModelType) WDModelFactory.getModelInstance(
    MyOtherModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    // ... but the first model manages and provides the
    // connection for the other model
    modelMyOther.setConnectionProvider(modelMyFirst);
    Edited by: Emanuel Champagne on Jun 27, 2008 2:38 PM

  • WCC - Systemproperties.exe issue after installation

    Hi All,
    I install fresh copy of WCC and wold like to make some configuration in systemproperties.exe for standalone apps (e.g. Batchloader etc.).
    I set new password for user 'sysadmin'. when I trying to open systemproperties.exe it fail to start with the following error:
    (internal)/1 07.30 14:20:18.812 main !$Unable to start application.(internal)/1 07.30 14:20:18.812 main at intradoc.common.DefaultTraceImplementor.appendStackTrace(DefaultTraceImplementor.java:318)
    (internal)/1 07.30 14:20:18.812 main at ntradoc.common.DefaultTraceImplementor.traceDumpException(DefaultTraceImplementor.java:437)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.DefaultReportHandler.message(DefaultReportHandler.java:439)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.DefaultReportDelegator.message(DefaultReportDelegator.java:140)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.Report.messageInternal(Report.java:172)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.Report.message(Report.java:154)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.Report.fatal(Report.java:539)
    (internal)/1 07.30 14:20:18.812 main at intradoc.common.SystemUtils.handleFatalException(SystemUtils.java:1008)
    (internal)/1 07.30 14:20:18.812 main at SystemProperties.main(SystemProperties.java:78)
    (internal)/1 07.30 14:20:18.812 main at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    (internal)/1 07.30 14:20:18.812 main at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    (internal)/1 07.30 14:20:18.812 main at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    (internal)/1 07.30 14:20:18.812 main at java.lang.reflect.Method.invoke(Method.java:597)
    (internal)/1 07.30 14:20:18.812 main at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:352)
    (internal)/1 07.30 14:20:18.812 main at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    (internal)/1 07.30 14:20:18.812 main at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    (internal)/1 07.30 14:20:18.812 main Caused by: java.lang.NullPointerException
    (internal)/1 07.30 14:20:18.812 main at intradoc.server.IdcSystemConfig.configLocalization(IdcSystemConfig.java:889)
    (internal)/1 07.30 14:20:18.812 main at intradoc.server.utils.IdcUtilityLoader.initLocalizationEx(IdcUtilityLoader.java:78)
    (internal)/1 07.30 14:20:18.812 main at SystemProperties.main(SystemProperties.java:51)
    (internal)/1 07.30 14:20:18.812 main ... 7 more
    Unable to start application.
    Null pointer is dereferenced.
    I will appreciate any help with that issue.
    Nir

    Server Control panel -> Region and Language -> Formats tab. If your format isn't English (United States) this could be the reason. For me, it's like that from the PS1 version all the way to latest PS5. After finishing with System Properties, just return your (language) format.
    Regards,
    Boris
    Edited by: tombo on 2012.07.31 04:20

  • UCM 11g SystemProperties utility

    Hello,
    UCM 11g, on win xp SP3, Oracle 11g DB.
    I am installing UCM 11gR1 and after completing all the installation tasks (I was following: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14495/toc.htm), trying to configuring a JDBC Driver for standalone applications. When I am trying to open SystemProperties I get error:
    C:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\bin>systemproperties
    (internal)/1 03.17 15:00:19.812 main !$Unable to start application.(internal)/1 03.17 15:00:19.812 main at intradoc.common.Defau
    ltTraceImplementor.appendStackTrace(DefaultTraceImplementor.java:318)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Defau
    ltTraceImplementor.traceDumpException(DefaultTraceImplementor.java:429)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Defau
    ltReportHandler.message(DefaultReportHandler.java:450)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Defau
    ltReportDelegator.message(DefaultReportDelegator.java:134)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Repor
    t.messageInternal(Report.java:172)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Repor
    t.message(Report.java:154)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Repor
    t.fatal(Report.java:539)
    (internal)/1 03.17 15:00:19.812 main at intradoc.common.Syste
    mUtils.handleFatalException(SystemUtils.java:1010)
    (internal)/1 03.17 15:00:19.812 main at SystemProperties.main
    (SystemProperties.java:78)
    (internal)/1 03.17 15:00:19.812 main at sun.reflect.NativeMet
    hodAccessorImpl.invoke0(Native Method)
    (internal)/1 03.17 15:00:19.812 main at sun.reflect.NativeMet
    hodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    (internal)/1 03.17 15:00:19.812 main at sun.reflect.Delegatin
    gMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    (internal)/1 03.17 15:00:19.812 main at java.lang.reflect.Met
    hod.invoke(Method.java:597)
    (internal)/1 03.17 15:00:19.812 main at intradoc.loader.IdcCl
    assLoader.invokeMain(IdcClassLoader.java:337)
    (internal)/1 03.17 15:00:19.812 main at intradoc.loader.IdcCl
    assLoader.startMain(IdcClassLoader.java:170)
    (internal)/1 03.17 15:00:19.812 main at intradoc.loader.IdcCl
    assLoader.main(IdcClassLoader.java:140)
    (internal)/1 03.17 15:00:19.812 main Caused by: java.lang.NullPointer
    Exception
    (internal)/1 03.17 15:00:19.812 main at intradoc.server.IdcSy
    stemConfig.configLocalization(IdcSystemConfig.java:819)
    (internal)/1 03.17 15:00:19.812 main at intradoc.server.utils
    .IdcUtilityLoader.initLocalizationEx(IdcUtilityLoader.java:78)
    (internal)/1 03.17 15:00:19.812 main at SystemProperties.main
    (SystemProperties.java:51)
    (internal)/1 03.17 15:00:19.812 main ... 7 more
    Unable to start application.
    Null pointer is dereferenced.
    I tried to reinstall it from scratch, but got the same problem. Thanks for help.
    Giedrius

    Try using My oracle support note (the documentation should have this I believe too):
         Setting up the Admin Applets to run in stand alone mode on an 11g install (Doc ID 1265076.1)

  • SystemProperties - File or DB

    Hi,
    Does anyone know where SystemProperties save your settings for Localization?
    (Which file? Table of the database?)

    <ucm>/data/locale/locale_config.hda
    by Brian 'Bex' Huff
    Edited by: user3716467 on 12/04/2012 14:39

  • Questions required for XI Certification.

    Hi All,
    Kindly help me out with the certification questions or are the TBIT40 - TBIT 44 enough.
    Regards,
    Sree.

    Sreedhar,
    Good Luck for u r certification...
    /people/satinder.singh3/blog/2005/12/27/getting-started-getting-xited
    /people/community.user/blog/2006/11/03/a-beginners-guide-to-xi-certification-details
    Some more certification questions practice...
    31. What is the name space of an RFC ? (choose the correct answer)
    a) urn:sap-com:document:rfc:sap:functions
    b) urn:sap-com:document:bapi:rfc:functions
    c) urn:sap-com:document:sap:rfc:functions
    d) urn:sap-com:document:remote:rfc:functions
    32. What doesn’t get transported when the configuration is released? (Choose the correct answer)
    a) All Objects will get transported
    b) Generated proxies and application coding in the application components does not get transported when the configuration is released.
    c) Only application coding will not get transported.
    d) Only generated proxies will not get transported.
    33. How many Pipelines are there in the integration server? (choose the correct answer)
    a) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
    b) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding.
    c) Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
    34. What are the possible Trace Levels? (choose the correct answer)
    a) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level,4 – Expert Trace Level
    b) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level
    c) 10 – Low Trace Level,20 – Medium Trace Level,30 – High Trace Level,40 – Expert Trace Level
    35. Does JMS adapter need additional driver to communicate to database? (choose the correct answer)
    a) Yes
    b) No
    c) JMS adapter is not available in XI
    36. What is use of PCK? (choose the correct answer)
    a) Partner Connectivity Kit that helps Partner Systems with no ability to communicate in XML speak to the Business Systems.
    b) PCK is used to deploy additional drivers
    c) PCK can be used as an alternative to XI
    37. What is Context Object? What is its role?
    a) Context Objects are pointers to a specific element within the message, for future reference. Encapsulate the access to data that is contained in the payload or in the header of the message.
    b) Another form of data types
    c) Can be used instead of message types
    38. What adapters don’t need Sender Agreement?
    a) HTTP, IDOC.
    b) IDOC, RFC
    c) IDOC, JMS
    d) JDBC, JMS
    39. What is the Protocol followed for Mail Adapter? (choose the correct answers)
    a) SMTP
    b) IMAP
    c) POP3
    d) POP4
    40. Where do you configure an Adapter?
    a) Sender Agreement
    b) Receiver Determination
    c) Business System
    d) Communication Channel
    41. Can a JDBC adapter query the database table? If yes, what are different possibilities?
    a) Yes. You can configure sender and receiver communication channels. A special XML format is defined for content coming from the Integration Engine. This canonical format enables SQL Insert, Update, Select, Delete or stored procedure statements to be processed. A message is always processed in exactly one database transaction.
    b) JDBC adapter cannot insert records in the database.
    c) We should not insert, update records in the database directly.
    42. The message monitoring status DLNG means ? (choose the correct answer)
    a) DLNG = Delivering.
    b) DLNG = Dialing
    c) DLNG = Detailing
    d) DLNG = Dismantling
    43. Where do you perform Content Based Routing?
    a) Receiver Determination
    b) Receiver Agreement
    c) Sender Agreement
    d) Communication Channel
    44. What are the various supported mapping types? (choose the correct answer)
    a) Message Mapping, Java Mapping, XSLT Mapping, ABAP Mapping.
    b) XSLT, Java, JDBC, JMS
    c) XSLT, WSDL, XSD
    45. With respect to ABAP proxies, what are the methods that can be coded?
    a) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCHRONOUS.
    b) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCH.
    c) EXECUTE_SYNCH, EXECUTE_ASYNCH
    46. “ Fields under a node with a minoccurs of ZERO has been mapped.” The values don’t appear in the target result, what could be wrong?
    a) The parent node has not been assigned.
    b) Parent node has cardinality 0…unbounded
    c) Parent node has many fields
    47. What is a SENDER COMM CHANNEL?
    a) Sender Communication Channel is where you define the source system from where the message/information goes to XI and also the adapter, the Sender System uses.
    b) Sender Communication Channel is where you define the target system from where the message/information goes out of XI and also the adapter, the Receiver System uses.
    c) Sender Communication Channel is where you define the how the interface mapping takes place between Sender and Receiver.
    48. XSLT is supported but two statements were not supported. What are they?
    a) <xsd:include>, <xsd:import>
    b) <xsd:including>, <xsd:importing>
    c) <xsd:includes>, <xsd:imports>
    d) All statements are supported.
    49. What steps can be inserted in an Exception branch?
    a) Terminate a process, trigger an alert.
    b) Terminate the interface, trigger IDOC.
    c) Terminate exception, branch integration process.
    50. What is multi mapping? When can it be used?
    a) Multi Mapping is used to map abstract interfaces and can only be used in ccBPM.
    b) Can be used when there are multiple interfaces from Sender systems.
    c) Can be used when there are multiple interfaces from Receiver systems.
    51. The first step in the Integration process can be ?
    a) Receive step
    b) fork Step
    c) Send Step
    d) Block Step
    52. An Exception raised by a step can be handled by
    a) Only by exception handler in the same step
    b) Only by exception handler in the outer step
    c) By exception handler in the same step or in the outer step
    53. An exception is raised by
    a) Async or sync send step, transformation step and Control Step
    b) Sync send step
    c) By control step only
    54. A message can be received by
    a) Only a receive step
    b) By receive, fork or loop step
    c) By receive and block step
    d) By send, block and Fork
    55. What are the types of containers
    a) Abstract
    b) Simple & Abstract
    c) Simple, Abstract and receiver
    56. Which of these are true/false with user defined functions?
    a) User defined functions are accessible only in the mapping where they are created
    b) User defined functions are visible across namespace
    c) User defined functions accessed in other mapping by copying it to that mapping
    d) User defined functions are accessible in any mapping in a software component version
    57. Java Mapping is executed by implementing the interface ?
    a) com.sap.aii.mapping.api.StreamTransformation
    b) com.sap.api.mapping.StreamTransformation
    c) com.sap.api.mapping.aii.StreamTransformation
    d) com.sap.mapping.api.StreamTransformation
    58. An Idoc has been sent by a sender system to XI, but the idoc is not received at the XI system which of these could be true/false
    a) The destination system from the sender system to XI is not configured correctly.
    b) The metadata in XI was copied/generated from the sender Idoc is corrupted
    c) The destination system from XI to sender system is not defined correctly
    d) Sender channel is not configured
    59. While mapping which of these is true ? Can I use different mapping ?
    a) You can use only one mapping at a time
    b) You can use ABAP & JAVA mapping
    c) You can use any mapping in any sequence any number of times
    d) Different mapping can’t be used together
    60. To import the metadata from an R/3 system which of this is true/false
    a) The import permitted in Software component need to be selected
    b) You have to create ‘ALE’ Name in SLD
    c) You need to login to the destination (R/3) with a valid user
    d) You need to login to destination(R/3) with a User having administrator rights
    61. You are implementing XI for your customer, you have very good experience
    working in ABAP. While mapping you want to do it in abap, but the option
    available are only ‘Message Mapping’ ‘Java Mapping’ What would you do to
    add the ‘ABAP Mapping’ option. Where would you configure it?.
    a) In Exchange profile
    b) In s/w component
    c) In Integration Repository
    62. From the WSDL description from application server, you can generate:
    a) Java Proxies only
    b) ABAP proxies
    c) Java and ABAP proxies.
    63. JMS adapter can be used for
    a. IBM web sphere MQ
    b. Sonique
    c. Web services
    64. Which of the following is true/false about HTTP plain adapters?
    a. Sender channel is not required to be configured
    b. Receiver channel is not required to be configured
    c. Using this system can directly connect to integration server
    65. You would install Adapter engine de-centrally
    a. To install PCK
    b. To monitor the messages de-centrally
    c. To share load with the central adapter engine and increase performance.
    66. To Receive the data using ‘Select with JDBC adapter you would
    a. You would configure a receiver channel
    b. you would configure a sender channel
    67. You find that the status in transaction ‘SXI_CACHE’ is not equal to 0. Which of the following would you perform?
    a. Check the condition of BP in Integration Repository
    b. Activate the BP in ‘SXI_CHACHE’.
    c. Activate the BP in Integration Directory
    68. Which are the methods that you need to call compulsorily in java mapping.
    a) execute(), setParameter()
    b) Exit() Systemproperties()
    c) Execute(), SetProperties()
    69. What is the relationship between an integration process and business workflow?
    a) The Business Process Engine is the same as the Workflow Engine.
    b) The Business Process Engine needs external Workflow Engine
    c) Business Process Engine is a new name for Workflow Engine
    70. What are the different types that a container element can be based on?
    a) Simple XSD types : XSD:DATE, XSD:TIME, XSD: INTEGER, XSD: STRING
    b) Abstract Integer
    c) Receiver
    71. Which of the following is true with regards to Container Elements?
    a) Elements of a super container are visible in sub container.
    b) Elements of sub container are visible in super container
    c) Container cannot have super or sub containers
    d) Containers can have multiple elements.
    72. Send message within an integration process to 8 receivers at the same time, how can I do this?
    a) Create a FORK statement with 8 branches
    b) Create 8 interfaces
    c) Create a loop with 8 interfaces
    d) Create 8 branches
    73. Which of the following Objects can be used in BPM ?
    a) Context Object
    b) Receiver Determination
    c) Message Mapping
    d) Interface Mapping
    74. Could multiple instances of Integration process run at the same time ?
    a) Yes
    b) No
    75. For ABAP mapping which of the following settings have to be done in Exchange Profile ?
    a) Com.sap.aii.repository.mapping.additionaltypes = R3_ABAP | Abap-class; R3_XSLT | XSL
    b) Com.sap.aii.repository.mapping.additionaltypes = R3_JAVA | Abap-class; R3_XSLT | XSL
    c) Com.sap.aii.repository.mapping.additionaltypes = | Abap-class; R3_XSLT | XSL
    Thanks,
    Satya Kumar.
    Reward points if it is useful..
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:21 PM
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:29 PM

  • MB5B Report table for Open and Closing stock on date wise

    Hi Frds,
    I am trying get values of Open and Closing stock on date wise form the Table MARD and MBEW -Material Valuation but it does not match with MB5B reports,
    Could anyone suggest correct table to fetch the values Open and Closing stock on date wise for MB5B reports.
    Thanks
    Mohan M

    Hi,
    Please check the below links...
    Query for Opening And  Closing Stock
    Inventory Opening and Closing Stock
    open stock and closing stock
    Kuber

  • Report for open and shipped qty

    hi,
    any standard report to show open and shipped qty by SO no.?
    pls advice. thanks

    Hi jojo
    For list of open orders t.code is VA05
    Incomplete delivery - V_UC 
    Reward if useful
    Regards
    Srinath
    Edited by: sri nath on Apr 16, 2008 10:31 PM

  • Wrong 'mini dvi to video' adapter for my 12" Powerbook 1.33

    I recently bought the M9319 mini dvi - video adapter for my 12" Powerbook 1.33 to find that the mini dvi on the adapter is a different size to the one on the computer and the adapters supplied with the computer.
    I've been doing a bit of research into this and it seems a bit of a grey area. Apple have not made it clear in advertising this product that it is only suitable for the newest 12" Powerbooks and even state that it will work with a 1.33 machine in their following article:
    http://docs.info.apple.com/article.html?artnum=86507
    Has anyone had a similar experience, or suggest an alternative product that will work? Did Apple make an older version that works with the 1.33?
    Any help would be much appreciated. Thanks, Graeme.

    Just took the adapter to my local Apple store and they identified it as a mini VGA to video adapter - not what it said on the packaging!
    I've noticed a few posts with this problem, so just double check before you leave the store that the packaging matches the product.

  • Apple Mini-DVI to Video Adapter for eMac ?

    Hi,
    I use an Apple Mini DVI to VGA on my eMac to expand my monitor space, connect to an old Pinceton 15" lcd, both are on 1024 x 768 res in millions colors, and work fine.
    My question is I have plan to buy an Apple Mini-DVI to Video Adapter since some of my project require a transfer process to an old vcr or Sony TRV-27 mini dv cam.
    Would the adapter compatible for my eMac mini DVI port ? because eMac is not mentioned as apple compatible for this adapter at apple store, yet there is a review said it work great on ones eMac.
    Anybody else using this adapter that would share with me ?
    Thank you.

    look like it is indeed an apple mini vga adapter that I use, and now I need an adapter that allow me to connect to a TV, VCR or Mini-DV camcorder.
    will that Apple Mini-DVI to Video adapter compatible to my eMac. Or do they have mini-vga to video adapter on aapple store.
    Thank you any information.

  • Can I purchase Creative Cloud subscriptions for longer than one year at a time?

    I work in the design department of a large business, currently using Creative Suite 6 (Design Standard edition, which includes PS and AI).
    I'd like to get the some of the new CC features, but my manager won't commit to a turnkey month-to-month or even annual rental of Creative Cloud apps (it's a pain for our department's purchaser to have to do orders more than once a year). That said, if they could take care of, say, two years at once, I might get the software. Is this an option? I'm one of only a few folks who use Adobe software (it's not a design business; we're just part of a small design department, and all software purchases need to go through this person, after which they're reimbursed). I'm not interested in any of the extra storage or central administration options that come with the higher priced business subscription.
    Thanks!

    http://www.adobe.com/au/products/creativecloud/faq.html
    Are there any unique benefits that come with my paid membership?
    Yes, as a member of Creative Cloud, you get many benefits that you do not get when you purchase a traditional shrinkwrapped product:
    Access to both the Mac OS and Windows® versions of the desktop applications and the ability to install them on your primary computer and one backup computer. So, if you have a Mac at home and a PC at work, you can install your applications on both as long as they are not running at the same time. See the product license agreements page for more information.

  • Any ideas for a status or "at a glance" splash screen / presentation?

    This is an idea I've been tossing around and wanted to know if there was something easy out there that would accomplish this...
    I'd like to mount a monitor in one of our common areas for the management team and have it display current statuses of some of our IT features/services and maybe quick bits on what we are currently working on, major issues, etc... 
    I've seen some company lobbies with similar setups that display company-wide information, weather, etc.. so I know the capability is out there but I don't know squat regarding what that would entail. The easier, the better, naturally... as I don't want this to turn into an entire job position updating it, haha. But something that I could hopefully remotely update would be nice.
    Any ideas? Thanks!
    This topic first appeared in the Spiceworks Community

    Please see the two articles below:
    http://support.apple.com/kb/TS3694
    http://support.apple.com/kb/TS3125

  • Looking for Daily Calendar At-a-Glance App

    I'd love to find an app that will post an alert to my iPhone each morning listing out my day's calendar events. Anyone know of one? For what it's worth, I have 4 active calendars in Calendar app.

    I don't know of any apps like the one you want; however, there is probably something out there that will do the job. I did want to suggest Google Calendar, which will send you email and SMS reminders about events and things you have put on your calendar. You might already be aware of this, so if you are, just disregard. I just wanted to suggest it in case you weren't aware of it. I use it all the time, and it's very handy. 

  • Can I show a color bar instead of a color bullet in iCal Monthly view for all my events in all calendars?

    In the Monthly view of iCal the only events that show a color bar in the event is the Birthday Calendar. All other events in all my other calendars only show a color bullet next to the event (unless I click on that event which then shows as a color bar). I would like to know if it is possible for all the calendar events to have a color bar in the monthly view instead of just that tiny color bullet.

    Greetings Judith,
    Before making any attempts at deleting calendar data, backup what you have just in case:
    Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    iCal has an automated function located in iCal > Preferences > Advanced > Delete events "X" days after they have passed.  By typing in a value for days you can tell iCal to delete all events before that time frame.
    Example:
    Today is 4-16-2012.
    If I wanted to delete all events prior to 1 year ago (4-16-2011) I would type in "365" for the number of days.
    Once you type in the number of days you want kept in iCal, close the preferences and then quit iCal.
    Re-open iCal and check to see if the events are gone.  If not you may want to leave it open for several minutes and then quit again.
    Once the events are removed go back to  iCal > Preferences > Advanced > Delete events "X" days after they have passed and make sure the check mark is removed to prevent future deletion.
    Hope that helps.

  • Can a family member use my iCloud storage for photos?

    Hope I'm not being obtuse, but the answer to this isn't clear to me from the various "help" menus.
    The situation is complicated by my living 50 miles from my elderly father.
    I need about 50 GB for my photos, but have to pay for 200, of course.
    So, is there a way for my Dad, who is a member of my iCloud/App/Whatever family to move HIS photo library from HIS computer to MY iCloud account without having to purchase more iCloud space for his personal account? (His photo library also - barely - exceeds the limit of the next increment of storage available so that i'll have to buy him 200GB if there isn't a way to share the storage from my iC account.
    Hope this question is understandable - I don't know how else to frame it.
    Thank you for all responses.

    Duh! Nevermind. I think I definitely WAS being obtuse about how to share photos.

Maybe you are looking for

  • Problem upgrading 32 bit version moved to Windows 7 64 bit machine

    I used the PC Mover program I bought from Dell to move all my applications from mu old Dell Dimension with XP SP3 to my new DellStudio with Windows 7 Professional. The 32 bit version of iTunes won't uninstall or repair. The message says "This iTunes

  • What should be the quality of video and audio for bandwidth 768KB

    Hello Friends We are provoding 768kB bandwidth for our connection. Can any body tell us what should be the quality of video and audio we can set that does not effect frame rate which is 24 FPS. thanks in advance.

  • Faces out of order in iOS 8.1 photos app

    Has anyone else encountered a problem where faces (which I tagged and organized in Aperture and iPhoto) are completely out of alphabetical order in the iPhone photos app? I've tried unsyncing, resyncing, and deleting the 'iPod photo cache' from the i

  • ALV GRID update internal table

    Hi all, I have an internal table display in a ALV GRID. Only one column is editable. When I change the field value, ALV GRID display the change, but when I click on refresh return the old value. I've checked in DEBUG mode and when I click on refresh

  • AirPlay question

    I know that AirPlay is yet to be rolled out on iPhones, iPod Touches and iPads, but I have a question in anticipation of this. I understand that AirPlay will allow you to stream content from an iPod Touch to the new Apple TV, and also from iTunes to