Large App Design Class Structure - OOP or MVC?

Helloooo Everyone!!
I used flash a few years ago and am now getting into as3, I began watching hours of as3 tutorials and training in preparation to build a web app with multi user access and the structure of the design is a bit beyond my skills and need help please.
My problem: I can design well in flash, love the graphic design tools and can draw the screens the way i want my app to look; i can build different library components and fla's and set up the project files.
I best give a brief explanation of the system i want to design.....
I am building an app, where different business types all work together on properties, repair projects and associated property data.
For example a property owner owns a property, an agent runs the property for the owner and finds a tenant to live in the flat, the tenant who lives in the flat will use the online facility to tell the agent about repairs needed, or pay rent online, or check diary events such as when he needs to renew his tenancy or insurance. The repair the tenant requests will be authorised by the agent and a tradesman will then have to interact with the repair details and provide a quote or just carry out emergency work.
First dilemma... Do i use MVC Architecture Or Object Oriented programming with custom classes.
     I was planning on the latter - OOP
     I cant quite get my head around how to think about structuring the folders and classes???
For example. Do i build a class for 'Property' a class for 'projects' a class for 'project tasks' etc
Is it that you think about Admin for example and build a class for invoices, a class for quotes.
Different users will access the same property but see different information relavent to them only
Could someone please mentor me through the design process? You can see the flash design at www.milesquicker.com/projectplanning
I would be eernally grateful
Miles

MVC is an OOP Design Pattern.
For a program like this i wouldn't use the MVC design pattern.
I will probably create a class for each section in my application.
Design Patterns are an advanced topic of OOP and i dought that you will be able to master it after watching
a few tutorials, same goes for OOP. If you are just starting with programing i would suggest you to start with procedural programming
and when you feel comfortable with that you can get into OOP although for an application like yours OOP will be the best solution.
I dont know anything about your programming skills but the pull of an application like that they got to be really good.
I would also suggest that you will look into flash and mysql because you will have to create databases that will hold the information.

Similar Messages

  • Status and messaging for systems with a large number of classes

    Very common dilemma we coders face when creating
    systems involving a large number of classes:
    Any standard framework to take care of the global status of the whole application and of gui subsystems
    for both status handling and report messages to users?
    Something light if possible...and not too much threads.

    Ah, I see,
    I found JPanel with CardLayout or a JTabbedPane very good for control of several GUI in an application - as alternative organization tool I use a JTree, which is used for both, selecting and organizing certain tasks or data in the application - tasks are normally done with data associated with them (that is, what an object is for), so basically a click onto a node in this JTree invokes an interface method of that object (the userObject), which is associated with this node.
    Event handling should be done by the event-handling-thread only as far as possible - it is responsible for it so leave this job to it. This will give you control over the order in which the events are handled. Sometimes it needs a bit more work to obey this rule - for example communication coming from the outside (think of a chat channel for example) must be converted to an event source driven by a thread normally. As soon as it is an event source, you can leave it's event handling to the event handling thread again and problems with concurrent programming are minimized again.
    It is the same with manipulating components or models of components - leave it to the event handling thread using a Runnable and SwingUtilities.invokeLater(Runnable). This way you can be sure that each manipulation is done after the other in the order you have transferred it to the event handling thread.
    When you do this consequently most of your threads will idle most of the time - so give them a break using Thread.sleep(...) - not all platforms provide preemptive multitasking and this way it is garanteed, that the event handling thread will get a chance to run most of the time - which results in fast GUI update and fast event handling.
    Another thing is, that you should use "divide and conquer" also within a single GUI panel - place components in subpanels and transfer the responsibility for the components in this panel to exactly these subpanels - think of a team manager which makes his employees work together. He reports up to his super manager and transfers global order from his boss into specific tasks by delegation to the components, he is managing. If you have this in mind, when you design classes, you will have less problem - each class is responsible for a certain task - define it clearly and define to whom it is reporting (its listeners) and what these listeners may be interested in.
    When you design the communication structure within your hierarchy of classes (directors, managers, team managers and workers) have in mind, that the communication structure should not break the management hierarchy. A director gives global orders to a manager, which delegates several tasks to the team managers, which make their workers do what is needed. This structure makes a big company controlable by directors - the same principles can also keep control within an application.
    greetings Marsian

  • OBI Mobile App Designer raises Internal Server Error

    Hi,
    we are running OBIEE 11.1.1.7.1 on a 64-bit environment including OBI Mobile App Designer. We have the problem that two components (mapviewer and bisearch) are not starting automatically, which might cause the problem that we get a 500 Internal Server Error when trying to open the Mobile App Designer.
    Before this problem occured we were running the OBIEE sample RPD that comes with the OBIEE installation. At this point in time there was only one component not starting up (bisearch component). Accessing the OBI Mobile App Designer was not a problem at all. After some time we decided to change the RPD in order to have more meaningful data available. Since we changed the RPD we face major issues with this environment.
    I tried to start the mapviewer and bisearch components manually in the Enterprise Manager. This worked only for the mapviewer. Before we changed the RPD all the components except bisearch were starting as expected. At this time accessing OBI Mobile App Designer was also not a problem.
    A few days ago we were even not able to login to analytics, which told us that user or password must be wrong. I then tried to refresh GUIDs because of the new RPD that has been deployed recently. This resulted in a failure of BI server start after trying to refresh GUIDs with the respective settings in instanceconfig.xml and NQSconfig.ini. After resetting the configuration to the initial state we were able to start the components including BI server. What still remains is the issue with bisearch component and the problem related to OBI Mobile App Designer as mentioned before.
    We observed that the log file of the managed server contains some error messages that do at least relate to the bisearch component. We did not find any helpful information to tackle this issue. Any ideas on how to resolve these issues in order to be able to access OBI Mobile Designer again? Due to the fact that OBI Mobile App Designer uses BI Publisher there might be a problem with that.
    I added the log file of the managed server.
    Appreciate your help! Thanks in advance.
    Tobias
    [Mon Nov 04 15:32:16 2013] [I] [initLog] initializing logger
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Mon Nov 04 15:32:16 2013] [I] [initLog] TIME based log rotation is ON
    [Mon Nov 04 15:32:16 2013] [I] [trigger] First rotation due in 30463 secs
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] About to execute CreateThread()
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszCmdLine = -server -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -XX:+UseSpinning  -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\bi_server1 -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\servers\bi_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=C:\Oracle\middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\middleware\Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\middleware\Oracle_BI1 -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=C:\Oracle\middleware\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\Oracle\middleware\Oracle_BI1\common\fonts  -Drtd.instanceName=RTD_bi_server1 -Drtd.rpcReadyDeadlineSec=300 -Dem.oracle.home=C:\Oracle\middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpath "C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_4\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\middleware\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_4\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle\middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar" -Dweblogic.Name=bi_server1 -Dweblogic.management.username= -Dweblogic.management.server="http://localhost:7001" -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszJavaHome = C:\PROGRA~1\Java\JDK17~1.0_4
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszExecDir = C:\Oracle\middleware\user_projects\domains\bifoundation_domain
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszOldPath = C:\Oracle\product\12.1.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_40\bin;C:\Oracle\middleware\Oracle_BI1\bin;C:\Oracle\middleware\Oracle_BI1\opmn\bin;C:\Oracle\middleware\Oracle_BI1\opmn\lib;C:\Oracle\middleware\Oracle_BI1\perl\bin;
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\Java\JDK17~1.0_4\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_4\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;C:\Oracle\product\12.1.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_40\bin;C:\Oracle\middleware\Oracle_BI1\bin;C:\Oracle\middleware\Oracle_BI1\opmn\bin;C:\Oracle\middleware\Oracle_BI1\opmn\lib;C:\Oracle\middleware\Oracle_BI1\perl\bin;
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszDelay = 0
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszStopClass = []
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszLog = [C:\Oracle\middleware\user_projects\domains\bifoundation_domain\bi_server1-stdout.txt]
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Thread created successfully
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszHost = []
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszPort = []
    [Mon Nov 04 15:32:16 2013] [I] [StartJVM] Parsing JVM Arguments
    [Mon Nov 04 15:32:16 2013] [I] [StartJVM] Initializing JVM
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSpinning; support was removed in 7.0_40
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] waiting for multiple events
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Loading class - weblogic.Server
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Building arguments for main class
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Invoking main class
    <04.11.2013 15:32 Uhr MEZ> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <04.11.2013 15:32 Uhr MEZ> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <04.11.2013 15:32 Uhr MEZ> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 24.0-b56 from Oracle Corporation>
    <04.11.2013 15:32 Uhr MEZ> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <04.11.2013 15:32 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04.11.2013 15:32 Uhr MEZ> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <04.11.2013 15:32 Uhr MEZ> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\logs\bi_server1.log is opened. All server side log events will be written to this file.>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <JMS> <BEA-040456> <An entity of type "UniformDistributedQueues" with name "BIP.Burst.Job.Q" in JMS module "BipJmsResource" is not targeted. There is no sub-deployment with name "BipJmsSubDeployment" in the configuration repository (config.xml), and so this entity will not exist anywhere in the domain.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\oracle_common\atgpf\modules\oracle.applcore.model_11.1.1\oracle.applcore.model.stub.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\ESSAPP\h1izqz\stub-ess-ra.rar resulted in the following warnings:
    The ra.xml <resourceadapter-class> class 'oracle.as.scheduler.adapter.ra.RAImpl' should implement java.io.Serializable but does not.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: com/oracle/adfm, Specification-Version: 1, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bicomposer_11.1.1\m9h5uz]. Make sure the referenced optional package has been deployed as a library.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung jdevadf-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel jdevadf-4786/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung jdevadf-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bireportwizard-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel bireportwizard-4786/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bireportwizard-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bicomposer und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel bicomposer/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bicomposer und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bilocaladmin_11.1.1\iv2ub5\biconfigmbeans.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.fod.virusScan.biAdapter, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf], [Extension-Name: oracle.apps.fod.virusScan.core, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf], [Extension-Name: oracle.apps.fod.virusScan.commandLineAdapter, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf]. Make sure the referenced optional package has been deployed as a library.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_ADF_COOKIES_TO_SKIP" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_BI_COOKIES_TO_MAINTAIN" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_BI_COOKIES_TO_SKIP" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATR_STATIC_RESOURCES_LOCATION_AUTOMATIC" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.adfinternal.view.faces.partition.FeatureUtils> <ADF_FACES-30130> <Feature-Abhängigkeit wird für Feature "AdfDvtCommon" ignoriert.  Das Feature ist nicht vorhanden.>
    REGISTERED oracle.biee.local:type=DomainConfigProxy,group=Config
    <04.11.2013 15:35 Uhr MEZ> <Error> <HTTP> <BEA-101216> <Servlet: "BISearchMDEXService" failed to preload on startup in Web application: "bisearch".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
      Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      Truncated. see log file for complete stacktrace
    >
    <04.11.2013 15:35 Uhr MEZ> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'bisearch [Version=11.1.1]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "BISearchMDEXService" failed to preload on startup in Web application: "bisearch".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
      at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:496)
      at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:539)
      at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)
      at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:135)
      at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
      at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
      ... 53 more
    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:160)
      at com.sun.xml.ws.developer.JAXBContextFactory$1.createJAXBContext(JAXBContextFactory.java:74)
      at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:159)
      at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:151)
      ... 55 more
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      Truncated. see log file for complete stacktrace
    >
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/bpmui' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/bpmui'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/calcmgr/docs' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/calcmgr/docs'
    contextPath has been resolved from 'BI_ORACLE_HOME/clients/bipublisher' to 'C:\Oracle\middleware\Oracle_BI1/clients/bipublisher'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/wspace' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/wspace'
    The BI Content Server has been initialised.
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\PROGRA~1\Java\JDK17~1.0_4\jre\lib\security\cacerts.>
    <04.11.2013 15:35 Uhr MEZ> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 21:12:27 CET 2002,
                   To: Tue Mar 22 21:12:27 CET 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G2,OU=(c) 2007 thawte\, Inc. - For authorized use only,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Class 3 Public Primary Certification Authority - G4,OU=(c) 2007 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G2,OU=(c) 2007 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <WorkManager> <BEA-002919> <Unable to find a WorkManager with name ESSRAWM. Dispatch policy ESSRAWM will map to the default WorkManager for the application bipublisher#11.1.1>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <EJB> <BEA-014014> <The message driven bean (MDB) named "ESSAppEndpoint" has a dispatch policy "ESSRAWM" that refers to an unknown work manager. The default work manager will be used instead.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of bi_cluster.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Cluster> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    <04.11.2013 15:36 Uhr MEZ> <Warning> <Server> <BEA-002611> <Hostname "oraclebi11gSBX.ec4u.de", maps to multiple IP addresses: 192.168.103.203, fe80:0:0:0:b15b:dd97:a291:f5e5%12>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:100:7f:fffe:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:b15b:dd97:a291:f5e5:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:67cb:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 0:0:0:0:0:0:0:1:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.103.203:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "bi_server1" for domain "bifoundation_domain" running in Production Mode>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser

    1- First of All Mobile App Desginer is Only Certified with OBIEE 11.1.1.7.131017 on wards Please have a look to the following Link
    http://www.oracle.com/technetwork/middleware/bi-foundation/bi-foundation/installation-guide-1989222.pdf
    2- Need to check nqserver.log and sawlog files

  • Mail.app:  non-parallel structure for incoming versus outgoing servers

    Manual setup of POP accounts has a non-parallel structure for incoming versus outgoing servers.
    To review:  for each account you must enter setup data for a single POP  (incoming) server, but you are offered multiple choices for SMTP (outgoing)  servers, and Mail.app supports sharing a single SMTP server setup among multiple accounts.
    Why?
    Why not just offer distinct setups for each account in each direction?   There must be a good reason for all this extra structure…. yes?
    More specifically:  What are implications for multiple accounts, e.g.
          [email protected]
          [email protected]
    using the same outgoing server?   It seems to me that Mail.app encourages you use a single SMTP server setup for both, am I correct?    But this seems to undermine proper security. I think  each account should uses its own credentials for both incoming and outgoing, yes?  
    In Mail.app V8.2, shipped with MacOS 10.10.2, Mail.app offers an opportunity to set up a second distinct SMTP server (in the above example, for [email protected]) but the text boxes for username and password refuse to accept text.  Is this just my experience, a local problem?  Or is it observed by others?  If so… a new way of enforcing sharing of SMTP setups, or  a bug?
    I'm very curious about the long-term Mail.app design philosophy in this regard, but this is not just curiosity:  I'm having trouble with multiple email accounts after upgrading to 10.10.2  In each case, when I try to set up multiple accounts on a single mail server.
    I've done quite a bit of searching for explanations of mail.app's design, without success.  It is very possible I've missed some relevant explanations.  If so, please provide links and accept my apologies.
    TIA

    Manual setup of POP accounts has a non-parallel structure for incoming versus outgoing servers.
    To review:  for each account you must enter setup data for a single POP  (incoming) server, but you are offered multiple choices for SMTP (outgoing)  servers, and Mail.app supports sharing a single SMTP server setup among multiple accounts.
    Why?
    Why not just offer distinct setups for each account in each direction?   There must be a good reason for all this extra structure…. yes?
    More specifically:  What are implications for multiple accounts, e.g.
          [email protected]
          [email protected]
    using the same outgoing server?   It seems to me that Mail.app encourages you use a single SMTP server setup for both, am I correct?    But this seems to undermine proper security. I think  each account should uses its own credentials for both incoming and outgoing, yes?  
    In Mail.app V8.2, shipped with MacOS 10.10.2, Mail.app offers an opportunity to set up a second distinct SMTP server (in the above example, for [email protected]) but the text boxes for username and password refuse to accept text.  Is this just my experience, a local problem?  Or is it observed by others?  If so… a new way of enforcing sharing of SMTP setups, or  a bug?
    I'm very curious about the long-term Mail.app design philosophy in this regard, but this is not just curiosity:  I'm having trouble with multiple email accounts after upgrading to 10.10.2  In each case, when I try to set up multiple accounts on a single mail server.
    I've done quite a bit of searching for explanations of mail.app's design, without success.  It is very possible I've missed some relevant explanations.  If so, please provide links and accept my apologies.
    TIA

  • App Designer/Compare Reports

    Anyone?
    Could someone please give some guidance on how they typically run Compare Reports either in App Designer or through Change Assistant?
    We were recently upgraded from 8.9 to 9.2 and I've newly assumed the role of administering our PeopleSoft system.  While I do have several classes lined up for training I am still fresh to a lot of this.
    When I pull down a Tax Update, or selective bug list from our PUM Image and run it through Change Assisant obviously there is a step where CA compares this project to the target database.  However, when I go to App Designer to review those reports, none of them list any objects or differences.  We've been manually reviewing SQRs in TaxUpdates for any necessary customizations - surely that isn't the proper method...
    Is it possible that CA/AppDesigner is not properly comparing the definitions 1:1 and not finding any differences?
    Is it a configuration I'm missing somewhere?
    I'm looking for some ideas on how everyone else runs/reviews their compare reports for Tax Updates,etc.
    Thanks,
    Terry Nixon

    The last poster is correct about memory possibly causing this. I've also seen it happen when an object in App Designer is corrupt such as a record. In that scenario, I removed record objects types from the compare, and ran them separately to identify the bad one, in order to prevent one bad apple from holding up the entire compare process.

  • Help needed on designing the structure of a flash game

    Hi,
    I am studying the codes from http://www.emanueleferonato.com/2009/01/16/designing-the-structure-of-a-flash-game-as3-ver sion-part-3/. What I don't get is at level_selection.as. Where does main_menu_button come from? I can't find where it has been created. I only see main_menu, not main_menu_button.
    Please help.

    The codes in level_selection.as looks like this, but the problem is I cannot find main_menu_button anywhere, except for main_menu.
    package {
        import flash.display.Sprite;
        import flash.events.MouseEvent;
        import flash.display.SimpleButton;
        public class level_selection extends Sprite {
            public var main_class:the_game;
            private var level_thumb:level_thumbnail;
            public function level_selection(passed_class:the_game) {
                main_class = passed_class;
                for (var i:int = 1; i<=5; i++) {
                    level_thumb = new level_thumbnail(i,main_class);
                    addChild(level_thumb);
                main_menu_button.addEventListener(MouseEvent.CLICK, on_main_menu_button_clicked);
            public function on_main_menu_button_clicked(event:MouseEvent) {
                main_class.show_splash();

  • Good class structure?

    what is a good class structure for example i will have a GUI for displaying personnel.
    1. create the FrmPersonnel.java
    public class FrmPersonnel{
    all codes for designing the GUI.
    2. create the JDBC connection class RSetPersonnel.java
    public class RSetPersonnel{
    public ResultSet rsProfile()
    ResultSet rs=null;
    rs.executQuery("SELECT * FROM personnel");
    return rs;
    is this the way it should be?

    what about in my GUI i have these navigation buttons
    top, previous,next and bottom, so i need to have a
    ResultSet that has all the rows of the personnel
    table. what is the best approach to handle this kind
    of data?what if personnel has 100,000 rows.if you want to page your data then page your data.
    Don't fetch 100,000 rows at once. The user doesn't want to see 100,000 at one time. The user wants at the very most to see maybe 100 rows at one time. Probably even less.
    So get 100 rows. Then when the user clicks next get the next 100.
    And so on.
    This is called pagination and it's not only applicable to JSP/Servlets or web applications in general but all GUI tied to data sources.

  • IPad gets very slow with large apps installed ?

    Hi,
    I have a 64GB iPad 3 and I noticed it gets very slow when I install large apps. Apps larger than 1 GB.
    I have bought a number of excellent reference apps, but can not keep them on my iPad together.
    I have to delete one before I can install the next or else my iPad runs into trouble.
    I can have about 5 large apps installed and no more.
    It takes forever to boot, restarts, has delays when typing and crashes all the time with my large apps installed.
    Is this a limitation of iOS 6, or is it because I have dropped below 10 GB of my 64GB storage.
    Does my iPad use the storage for memory?
    I bought a 64GB so that I could use my large apps.
    Sean

    10GB of free space should be adequate. Have you done a Reset?
    How much space is your Other using? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    How to Fix a Slow iPad
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-A-Slow-iPad.htm
    iPad running slow? How to speed up a slow iPad
    http://appletoolbox.com/2012/07/ipad-running-slow-how-to-speed-up-a-slow-ipad/
     Cheers, Tom

  • App Designer on Linux under Wine

    Ok, another completely unsupported question, but worth a try...
    I've got a full PS env running on linux, but the last thing I need is some of the dev tools, like App Designer. I'm trying to run this using Wine, but getting the following errors:
    $ wine /opt/psoft/pt850/bin/client/winx86/pscfg.exe
    8: 1285710109: PSPAL::Abort: PSPAL: OS process initialization failed
    8: 1285710109: PSPAL::Abort: Location: E:\pt850-903-R1-retail\peopletools\SRC\pspal\init.cpp:133: PSPAL::Init::Init
    8: 1285710109: PSPAL::Abort: PSPAL not initialized. Terminating process now.
    This doesn't really look like a Wine problem, more like PSPAL just can't find something it needs and so aborts. Anyway, just wondering if anybody knows what this constructor is trying to do, and could give me any pointers on how to get this working.
    Env is Ubuntu 10.04 amd64.
    Cheers,
    Barney

    I'm also getting the PSPAL Abort problem, however I'm on a large UNIX system. We are working on an Upgrade from PeopleSoft Financials 8.8 to version 9.1. We already upgraded our PeopleTools in the Spring this year to 8.50.
    I was just looking to see if anyone else had this PSPAL thing.
    My systems guy had tried increasing some memory and resource(ulimit) values because that helped when we had a similar error message for the HE test server.
    The App Engine I was running was out of Asset Management version 9.1 AM_DEPR_CALC (runs AMDPCALC sqr too).
    I put the Trace on, and did not get much help from that.
    09.22.00 ........(*AM_DEPR_DATE.911010.Step1304*) (SQL)
    2010-12-10-09.22.00150050: 12919900: PSPAL::Abort: Unexpected signal received150050: 12919900: PSPAL::Abort: Location: /vob/peopletools/src/pspal/exception_sigaction.cpp:492: PSPAL::SigactionSignalHandler::RecoverableSignalHandler(int, siginfo_t *, void *)
    150050: 12919900: PSPAL::Abort: Generating process state report to /home/myserver03/app/psoft/fin91xxx/appserv/prcs/FIN91xxx/LOGS/psae.150050/process_state.txt
    150050: 12919900: PSPAL::Abort: Terminating process now.
    So we may be missing some objects from some Maintenance Pack - we are looking into that now.
    I guess I'm just complaining.
    Also I'd like to complain about the Search Engine on this OTN web site. I like it.toolbox.com much better for Peoplesoft problem solving!!

  • APP-INF/classes folder

    Anyone know where is the APP-INF/classes folder in Workshop? Is there a way to create it in Workshop?
    Thanks!

    Hi,
    I have the classes packaged correctly under the App-inf folder. But still i get the same error
    The domain structure is as follows
    Myapplication
    |->App-INF->classes->mypackage
    |->expressWebApp
    |->expressWebEJB
    |->expressWebWebEJB
    |->Meta-INF
    The mypackage contains the exact folder structure like
    com\bellatlantic\eo\service\user\User.class
    Any idea why this error is comin out
    Moreover i cannot give these classes on the classpath as it would remove the hot deployment feature.
    right now we have give the classes on the classpath and we have to restart the server for every small change we make
    Any help in this regard would be greatly appreciated
    Thanks,
    Rajkumar
    Message was edited by rajkumarc_2000 at Oct 18, 2004 11:03 PM

  • Basic class structure

    I've managed to create several applications in AS 3 without
    ever going face to face with packages and classes. I know that
    seems hard to believe, but anyway-- now I want to use something in
    the corelib and can't figure where I'm supposed to put these files
    I've downloaded. I know this is sub basic but would appreciate
    help.

    funonmars,
    > Hi David, Thanks for your help.
    Sure thing!
    > I tried to implement your class structure, then gave it
    a rest, then tried
    > again today to no avail. Here's a
    >
    http://henryjones.us/articles/using-the-as3-jpeg-encoder
    to the
    > JPGencoder demo that got me interested,
    Gotcha. Yes, that link helps. I ran through the tutorial
    (it's
    surprisingly quick!) and met with success. There are various
    ways it
    *could* be done -- classpath preferences are flexible -- but
    here's what I
    did.
    In the tutorial, just beneath the "First Things First"
    heading, Henry
    writes:
    "Once you have the library, just drop it into your classes
    folder and you
    are ready to go. Now we can import the JPGEncoder."
    The phrase that's open to interpretation is "your classes
    folder." For
    my development workflow, just personal preference, I keep
    third party AS2
    and AS3 classes in these folders:
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    2.0 Classes
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    3.0 Classes
    These corelib classes are written in AS3, so I put them into
    my
    ActionScript 3.0 Classes folder. Specifically, I visited the
    Google Code
    repository linked from Henry's site:
    http://code.google.com/p/as3corelib/.
    I downloaded corelib-.90.zip and extracted its contents to my
    desktop (this
    created a folder called corelib-.90 on my desktop). Inside
    that folder, I
    found a src subfolder. I assumed that meant "source," so I
    opened it -- and
    sure enough, there was the expected com folder. Inside that
    com folder was
    an adobe folder, and so on. The JPGEncoder class was
    ultimately in this
    folder structure: com\adobe\images\JPGEncoder.
    I already had a number of third party AS3 classes in my
    ActionScript 3.0
    Classes folder. Of those, some are located inside a root
    folder named net,
    some in edu, and some in com. My com folder already had a
    number of
    subfolders inside it, but not yet adobe; so I dragged the
    adobe folder
    (along with all of its subfolders) from the corelib-.90
    folder on my desktop
    into my ActionScript 3.0 Classes\com folder.
    From the standpoint of ActionScript 3.0 Classes, then, I had
    a
    com\adobe\images folder structure that led to the class file
    in question.
    Here's the relevant classpath setting in my Flash
    preferences:
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    3.0 Classes
    Based on that classpath setting, here's my import statement:
    import com.adobe.images.JPGEncoder;
    I can see now, in my previous email, that I accidentally
    misled you with
    a suggestion for the wrong import path (apologies on that! I
    misread your
    folder structure). In short, the import path needs to match
    the folder
    structure of the class files themselves -- from the starting
    point of their
    parent-most (aka root) folder.
    I hope that clears it up!
    > Your book arrived today, so maybe that will help me make
    > sense of it.
    Foundation Flash CS3 for Designers is a FLA-centric book, so
    it may not
    help you especially with external class files -- but I
    certainly hope you
    get good use out of it! :) Tom and I tried to cover a broad
    range of
    topics.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Error message when I try to publish aa application with  BI Mobile App Designer

    Hello,
    We had last month a product demonstration of BI Mobile App Designer by Oracle's commercial.
    Following this demonstration, I installed and deployed this module on one of our OBIEE server 11.1.7.141014
    I thus tested the BI Mobile App Designer product by creating two smartphone applications that worked perfectly.
    The problemis that since a few days, I can not access one of my applications from my smartphone.
    From OBI, I then load my application and tried to publish it again, but I get the error message :
    oracle.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReportParametersDefinition
    Failure: Due to oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException:
    oracle.xdo.das.DASException: BISvsException on getting a JBIPS member query data.
    Then I tried to duplicate my "Mobile App" and rename it and when I tried to publish it I get the error :
    French message :
    La bibliothèque d'applications n'est pas configurée correctement.
    Assurez-vous que le fichier de configuration est défini pour la bibliothèque d'applications.
    English message :
    The application library is not configured correctly.
    Make sure that the configuration file is defined for the application library.
    I don't understand what happens and I can't find any solution to this problem in Oracle knowledge base !...
    Any ideas ?
    Thanks,
    Thierry Demoy

    Hi Thierry,
    In relation to the second error, I have had this before and it related to be below so this may help: Check the following file:
    <DOMAIN_HOME>/config/bipublisher/repository/Admin/Configuration/xmlp-server-config.xml
    Check that the following line matches were you are trying to publish your apps on OBIEE. The default is normally "Apps Library" but you can name this folder anything you like.
    Just change the below line and point to the folder. Restart the services BIMAD.
    <property name="APPS_LIBRARY_FOLDER_LOCAL" value="/Apps Library"/>
    Let us know if this helps?
    Thanks
    Mark

  • Cannot login to App designer using PS id while able to login in data mover.

    Hi,
    I am installing peopletool 8.50 (HRMS). I ran all the sql scripts successfully. Ran the DMS script as well for demo database.
    When I am trying to login in App designer using PS/PS i'm getting the following error..
    File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    while I am able to login in data mover in boot strap. Can anybody pls help me out?

    yes I am using Oracle 11g.
    and man.. thanks a lot for your help. that was really awesome post :-)
    People do say true.. here only I can find the GODs of Oracle.
    Thanks Again
    Gaurav
    Edited by: Gaurav_laconic on Mar 12, 2013 6:13 PM

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Last Data Update in Visual Composer and Web App Designer

    Hello,
    We want to show the last data update in query result and we used 2
    differents ways to do it: throught Web Application Designer (SP 12) and
    Visual Composer (SP 10).
    In query result of Web Application Designer, the last data update came
    in GMT0 and in visual composer came ok (GMT - 3, that's our time zone).
    This value (ROLLUPTIME) is taken out of the RSMDATASTATE table and this is used in SAPLRSMDATASTATE program, that is called by Web App Designer.
    Why does the difference exist between: Web App Designer and Visual Composer for last data update?
    So, I need more information how the Visual Composer brings the correct value (in our time zone) and Web App Designer in GMT0.
    Best Regards,
    Pablo Moraes

    Hi Mario,
    Yes, i used the same user and the same query to access the information. But, how can i check the mapping from my VC user to the BI user?
    Regards,
    Pablo Moraes

Maybe you are looking for