BI SERVER (URGENT)

Hi all,
i was recently asked to develop the BI server. I was wondering what that meant. We just installed ECC 6.0 (new implementation rather than an upgrade) and have a stand alone server for BI. could you please tell me what i need to do to develop the BI server?.
Thanks

answered

Similar Messages

  • Applet does not work with a proxy server.URgent

    Hi,
    I have an asp page being hosted from a IIS server.
    The asp page has an applet which gets data from a server side component which is hosted as a service on the server side.For connection to the server I am using URLConnection object and trying to connect over a TCP connection.
    The problem occurs when I use an proxy in the middle.
    I have changed the browser settings to include the proxy.
    The following is the error I recieve:
    Full :http://172.25.11.63:4590/
    <-------------------------------->
    OPening input stream
    in Run ::::
    ERROR: Created data socket but can't open stream on
    it.172.25.11.63:4590//
    172.25.11.63:4590//
    java.io.FileNotFoundException: 172.25.11.63:4590//
         at com/ms/net/wininet/http/HttpInputStream.connect
         at com/ms/net/wininet/http/HttpInputStream.<init>
         at com/ms/net/wininet/http/HttpURLConnection.createInputStream
         at com/ms/net/wininet/WininetURLConnection.getInputStream
         at TalkClientApplet.rendezvous
         at TalkClientApplet.actionPerformed1
         at TalkClientApplet.start
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    ...Disconnecting.
    Following is my code.
    url = new URL("http://" + host +":"+i);
    urlconnection = url.openConnection();
    urlconnection.setDoOutput(true);
    urlconnection.setDoInput(true);
    System.out.println("Successfully opened the URL connection at " + "http://" + host + ":" + i );
              System.out.println ("Protocol: " + url.getProtocol());
              System.out.println ("Host :" + url.getHost());     
              System.out.println ("Port :" + url.getPort());
              System.out.println ("File :" + url.getFile() );
              System.out.println ("Full :" + url.toExternalForm());
              System.out.println ("<-------------------------------->");
    os = new BufferedWriter(new OutputStreamWriter(urlconnection.getOutputStream()));
    System.out.println("OPening input stream ");
    // is = new DataInputStream(urlconnection.getInputStream());
         System.out.println(urlconnection.getInputStream());
    is = new DataInputStream(urlconnection.getInputStream());
    The exact place where I get the error is whn i call URLConnection.openInputStream().
    Usually this error comes with a malformed URL.But the same code words without a proxy.Also I am not making any changes to my code in both scenarios that is with or without proxy.
    Please help.This is urgent and a showstopper

    Thanks for your nice solution, but unfortunatelly it does not work with lines longer than 100 chars with Netscape. It works fine with IE and appletviewer too.
    Example:
    I use this code:
    try {
                URL url = new URL(protocol,hostName,portNumber,URLstring);
                InputStream in = url.openStream();
                BufferedInputStream bis = new BufferedInputStream(in);
                StringBuffer input = new StringBuffer(60);
                int c;
                while ((c = bis.read()) != -1){
                    System.out.print((char)c);
                    input.append((char)c);
                bis.close();
                dataFromServer = input.toString();
            catch(Exception ex) {
                ex.printStackTrace();
            }I use input file test.html with exactly 100 chars ('a')
    Netscape Java Console:
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadataFromServer : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaI use input file test.html with exactly 101 chars ('a')
    Netscape Java Console:
    ?JL?yyxk?cedataFromServer : ?

  • An error occured in communication with the BW server.--urgent

    Hi all,
    Can anybody help me.
    i got 1 issue like ,when iam trying to executing query, iam getting the error pop up screen like
    'An error occured in communication with BW server'
    'Due to this ,the Connection Has To be Closed'.
    Detailed Description:
      1)No space left in  SHARED MEMORY.
    2)An exception  with the type CX_SY_EXPORT_NO_SHARED_MEMORY occured,but with neither...
    3)Program error in class SAPMSSY1 method:UNCAUGHT_EXCEPTION.
    Could any body help me,it very urgent....

    HI COULD ANYBODY RESPOND TO THIS ISSUE IT VERY URGENT BUDDY'S
    PLZ..........

  • Getting a Time value from a datetime data type in SQL Server - URGENT!

    Hi guys
    I have an urgent issue here -
    I have a datetime data type in a SQL Server database. The field holds both a time, and a date within it.
    I am able to pull the date out of the field by using:
    Date sDate = Date();
    while (gd.next()) {
    sDate = gd.getDate(2);
    how do this with the time????
    Thanks

    Hi,
    The funny part here is that you have already done it! The API is a great thing to use to help in your programming.
    API: The class Date represents a specific instant in time, with millisecond precision.
    You want time, you got it! How about:
    sDate.getTime();
    sDate.getMinutes();
    sDate.getHours();
    sDate.getSeconds();
    Not enough?

  • Issue with setting up standby server::::Urgent

    Hello,
    I am setting up a standby database to an existing database (running in NOARCHIVELOG mode). I have made it ARCHIVELOG mode today.
    I have followed the below stated steps to create the standby...
    1. Edited primary and standby init.ora files
    2. Created TNS services and listed both of them in each of the server, and verified that each one of them are accessible from the other.
    3. Both the databases use the same SID, and db_names. But they differ in DB_UNIQUE_NAMEs
    4. Created Standby redo log (SRL) on the primary.
    5. Copied all the files from primary to a standby location (say /u02/app/oradata/standby/)
    6. The directory structures on these servers differ, so made two entries in both init.ora files (DB_FILE_NAME_CONVERT, and LOG_FILE_NAME_CONVERT).
    Values for DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT are exactly same in both the init files ('/primary/structure', '/secondary/structure',...)
    7. On primary machine as sysdba:
    SQL> startup mount;
    SQL> alter database archivelog;
    SQL> alter database open;
    8. On standby machine as sysdba:
    SQL> startup mount pfile='/u02/app/oracle/dbs/initDBASE.ora'
    SQL> alter system recover managed standby database disconnect from session
    The problem:
    Archive logs are not being brought onto the standby! Even though when i make a logfile switch on the primary.
    This is very urgent...
    Any help would be greatly appreciated.
    Thanks,
    Aswin.

    Hi navneet,
    I am posting the log_archive_dest-1 & 2 here... Please go thru this...
    LOG_ARCHIVE_DEST_1='LOCATION=/u01/app/oracle/flash_recovery_area/DLNX/archivelog/ VALID_FOR=(ALL_LOGFILES, ALL_ROLES) DB_UNIQUE_NAME=DLNX'
    LOG_ARCHIVE_DEST_2='SERVICE=DLNX2 LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=DLNX2'
    LOG_ARCHIVE_DEST_STATE_1=ENABLE
    LOG_ARCHIVE_DEST_STATE_2=ENABLE
    DLNX is the db_unique_name for primary, and tnsservice name in the secondary for the primary db.
    DLNX2 is the db_unique_name for secondary, and tnsservice name in the primary for the secondary db
    Each of them can be accessed from the other thru sqlplus sys/pwd@<db> as sysdba.
    Any corrections in this ???

  • Message server - Urgent

    Hi experts,
    Could any one tell me how to check the port number of message server and SAP instance number.It's very urgent.
    Vishnu.

    Hi ,
    Is there any other way to check the port number of message server as i don't have access to sm51.
    Vishnu.

  • Create JCo Server URGENT!!!!!!!!!!!!!!!!!!!!!!!

    Hi Friends,
    i'd like to create a new JCo server with NW 6.0,i have an example of this but i don't know what type NW project i must create for deploy my JCo server.
    Please Help ME!!!!
    TKS
    Previous Reguards Francesco

    You should post this either under Web AS General. Also, I would not use URGENT!!!!!!!!!!!!!!!!!!!!!!!
    Why? Read Rules of Engagement from Craig.
    Welcome and Rules of Engagement
    James

  • OS 10.4 clients cannot access Shared Mac folder on W2k Server - URGENT

    We have a network of about 25 computers, 10 or so of them are Mac OS 10.4, the rest are Win XP Pro PCs. We have a server dedicated to file sharing. We basically have one main shared folder called "FILES". This is shared for PCs and Macs. Recently after a restart of the server (for regular maintenance), the Macs could not see the shared Mac volume (FILES), PCs could access the share without a problem. After a few minutes (15 or so) the Macs could all of a sudden see the share and
    everything was fine.
    However, we just restarted the server again and we're having the same issue again. The difference is, this time, after waiting for a few hours, the Macs still cannot see the Mac Share. The macs connect to the server via TCP/IP, the users use their usernames and passwords and can connect to the server, however, the only volume they see is the Micrsoft UAM volume.
    When we created a different folder and shared it (through MMC), the Macs could see and access that one.
    We get an Event ID 12061 in the System Event Log as the user tries to connect to the share. I found a Microsoft KB article, but no solution to the problem was given. http://support.microsoft.com/kb/q136300/
    Here are some things I have tried to remedy the issue, please keep in mind we cannot change the name of the share (FILES) becuase of the thousands of file mappings in quark, etc.:
    Again Restarted Server
    Stopped Sharing the folder, then reshared it
    Stopped sharing the folder
    Uninstalled / Reinstalled Appletalk Protocol from network adapter
    Uninstalled / Reinstalled File Services for Macintosh [Restarted]
    Uninstalled / Reinstalled Appletalk Protocol from network adapter again [Restarted]
    Reshared the folder
    Created a new mac share called TEST (Macs could see and access)
    Moved data from Files to TEST, now Macs could not see TEST
    Moved data back to FILES
    Created a folder called FILES2, moved data from FILES to FILES2
    Stopped sharing FILES (PC and Mac), renamed FILES to FILES1
    Renamed FILES2 to FILES (Macs could not see volume)
    It seems as though the problem is with an individual file or two, which sort of corresponds the what Microsoft has written regarding the error.
    Has anyone had any experience with this issue? Any insight or solution to this issue is greatly appreciated.
    Thank you!

    It's very important to be as specific as possible when discussion network service access. In your question, it sounds like you want the macs to attach to FILES using SMB/CIFS, but you also call it a Mac share, so it's not obvious if you mean an AFP share or just a share for Macs to use.
    You should know that the Macs can connect to either AFP or SMB volumes, and they can browse for SMB over TCP/IP and AFP over both TCP/IP and Appletalk (Appletalk must be turned on and browsing active in Directory Access).
    Connecting via SMB to a volume hosted on Windows2K or higher server will fail with the default settings, which require secure connections not supported by Mac OS X (because Samba doesn't support it). To overcome that problem, see this article:
    http://www.macosxhints.com/article.php?story=20030922153448490&query=-5000
    (scroll down to one of the top-level replies, which explains in detail how to deactivate secure connections)
    You might also be able to improve reliability by editing the SMB settings in Directory Access and setting a WINS server, but it depends on your network.

  • Issue with OEM 11g Install in Windows 2003 server - Urgent help Required !!

    Hi All,
    I am encountering the following issue while installing the OEM 11.1.1.0 with Oracle WLS 10.3.2 with WDJ7 Patch installed and DB-11.2 and OS-Windows Server 2003.
    I have dropped the schema sysman and sysman_mds as specified in the install guide and did all the necessary prerequisites as specified.
    the Exact error is as follows : I am getting this error at OMS Configuration step of OEM Installation..
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting demo trust
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting CACERTS
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Inside Fresh install
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: response file params not null, invoking the init method
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock consoleTRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock upload:TRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Node manager port is7401
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM console port7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM console port duplicate7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate EM upload https port:4906
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin host is abc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::EM instance home isC:\Oracle\gc_inst
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Webtier home is C:\Oracle\OEMHome\oms11g\..\Oracle_WT
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM duplicate upload port:4895
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking if admin https is duplicate port
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin https port is0
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate port for console https port7799
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM instance host isabc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Domain name value is GCDomain
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::MS Https port is7301
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Repository connect string(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Checking duplicate msport 7201
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::fetching username
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initBase
    FINE: Initializing omscacontext
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Webtier instance name isinstance1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: OHS Comp name isohs1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Initializing the adapter
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: Configuring node manager directory as ..C:\Oracle\OEMHome\WLSERV~1.3\common\emnodemanager20110801113637
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    FINE: Doing the pre requisite check
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Invoking the preReqChecks
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkPort
    SEVERE: Exception:
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkPort(CoreOMSConfigAssistantUtil.java:2251)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:173)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Unable to resolve EM https upload port
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository connect string is is (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkRepository
    SEVERE: Exception:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:799)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:275)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:206)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkRepository(CoreOMSConfigAssistantUtil.java:2353)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:189)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository username and password invalid
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository database version is null
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Checking MDS schema with devMode? FALSE : FRESH_INSTALL
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: MDS Schema is there
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    SEVERE: ERROR: Pre req checks of EM failed.
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Got resultfalse
    FYI : Query Results for sysman schema and sysman_mds in DB are :
    SELECT COUNT(*) FROM ALL_USERS WHERE
    USERNAME='SYSMAN' -----> No Rows
    select * from SCHEMA_VERSION_REGISTRY where COMP_NAME='Metadata Services' and owner like '%SYSMAN_MDS%'; - No rows
    (Note : I have a seperate schema defined as Dev_MDS present in the same DB where i m installing OEM, which i think would not effect)
    I request to suggest some good working solution for this issue asap.
    Regards,
    Ram

    Hi,
    could you tell me how to check the "MOS tech note"You can check MOS tech notes @ htttp://support.oracle.com --> need to have valid CSI
    Do I need to configure the enivornment parameter of ORACLE manually?
    such as ORACLE_HOME, ORACLE_BASE, ORACLE_SIDSet all these env. parameters (ORACLE_HOME, ORACLE_BASE, ORACLE_SID) manually and give a try.
    thanks,
    X A H E E R

  • Error  when starting server -urgent

    Hi friends
    When I try to start the weblogic server I am getting thre following error message
    at the console. Everything was working fine last week.
    I create the .ear file from websphere studio and move to the applications directory
    under weblogic.
    The error says failed on recompiling JSP's , I tried to turn off that option but
    after I start the server it comes back again
    Please advise
    -INF\lib\design_pro51224.jar;C:\bea\user_projects\backorderDomain\.\boServer\.wl
    notdelete\_appsdir_backorder_ear_backorderWeb.war_1579863\jarfiles\WEB-INF\lib\e
    tools51225.jar;C:\bea\user_projects\D
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:61)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:546)
    at java.lang.Runtime.exec(Runtime.java:472)
    at java.lang.Runtime.exec(Runtime.java:438)
    at weblogic.utils.Executable.exec(Executable.java:208)
    at weblogic.utils.Executable.exec(Executable.java:133)
    at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvo
    ker.java:545)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:
    354)
    at weblogic.servlet.jsp.Precompiler.compileOne(Precompiler.java:205)
    at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:55)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppS
    ervletContext.java:4133)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppS
    ervletContext.java:4126)
    at weblogic.servlet.internal.WebAppServletContext.prepareFromDescriptors
    (WebAppServletContext.java:1932)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:1065)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:1001)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:467)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:318)
    at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicati
    onContainer.java:1476)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:652)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:552)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:1056)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    >
    <Jul 21, 2003 2:47:03 PM EDT> <Error> <Deployer> <149201> <The Slave Deployer
    fa
    iled to complete the deployment task with id 1 for the application appsdirback
    order_ear.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 0
    Module Name: backorderWeb.war, Error: Could not load backorderWeb.war: weblogic.
    utils.NestedException: appsdirbackorder_ear:backorderWeb.war Failure while Pre
    compiling JSPs: java.io.IOException: Compiler failed executable.exec(java.lang.S
    tring[e:\opt\weblogic\7.0\jdk131_02\bin\javac, -classpath, "C:\bea\jdk131_03\jre
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I figured it out
    problem with the javac classpath for JSP
    "DN" <[email protected]> wrote:
    >
    Hi friends
    When I try to start the weblogic server I am getting thre following
    error message
    at the console. Everything was working fine last week.
    I create the .ear file from websphere studio and move to the applications
    directory
    under weblogic.
    The error says failed on recompiling JSP's , I tried to turn off that
    option but
    after I start the server it comes back again
    Please advise
    -INF\lib\design_pro51224.jar;C:\bea\user_projects\backorderDomain\.\boServer\.wl
    notdelete\_appsdir_backorder_ear_backorderWeb.war_1579863\jarfiles\WEB-INF\lib\e
    tools51225.jar;C:\bea\user_projects\D
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:61)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:546)
    at java.lang.Runtime.exec(Runtime.java:472)
    at java.lang.Runtime.exec(Runtime.java:438)
    at weblogic.utils.Executable.exec(Executable.java:208)
    at weblogic.utils.Executable.exec(Executable.java:133)
    at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvo
    ker.java:545)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:
    354)
    at weblogic.servlet.jsp.Precompiler.compileOne(Precompiler.java:205)
    at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:55)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppS
    ervletContext.java:4133)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppS
    ervletContext.java:4126)
    at weblogic.servlet.internal.WebAppServletContext.prepareFromDescriptors
    (WebAppServletContext.java:1932)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:1065)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:1001)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:467)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:318)
    at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicati
    onContainer.java:1476)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:652)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:552)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:1056)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    >
    <Jul 21, 2003 2:47:03 PM EDT> <Error> <Deployer> <149201> <The Slave
    Deployer
    fa
    iled to complete the deployment task with id 1 for the application appsdirback
    order_ear.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 0
    Module Name: backorderWeb.war, Error: Could not load backorderWeb.war:
    weblogic.
    utils.NestedException: appsdirbackorder_ear:backorderWeb.war Failure
    while Pre
    compiling JSPs: java.io.IOException: Compiler failed executable.exec(java.lang.S
    tring[e:\opt\weblogic\7.0\jdk131_02\bin\javac, -classpath, "C:\bea\jdk131_03\jre

  • Reports Server and Reinstalling Oracle9i Application Server - URGENT!! Please Help

    I have been experiencing problems while trying to reinstall ORACLE 9i AS - Unlike the first time I installed it, I was not prompted to enter configuration details for the origin database (host, port etc.) and portal settings!!!! etc. It doesn't even appear to install the products either. (I have uninstalled the previous installation prior to attempting reinstallation.
    - If anybody has any ideas please explain in detail what to do.
    Thank you in anticipation!!!!!
    Charlie
    [email protected]

    Oh NO! I was too busy answering a post which was SUPER URGENT!!!!!! (It had 6 exclamation points and yours only has 5, plus it said SUPER). MAN, I hope you didn't DIE or something...

  • Issue in SMTP server-urgent

    Hi,
    Created an proxy service to call an business service which is using email transport .Have to call an business service when mail delivery fails.But email business service is not throwing any error when there is problem in mail delivery.How to throw/catch the exception when there is problem in delivering the mail?.
    Thanks In Advance
    Jayanthi

    Hi,
    Ok, but you must know that when you send an email it's an asynchronous process. When you send the email, it's not point to point. OSB will deliver the message to the SMTP server and the SMTP server might apply basic validation. If these validation passes, it will return a successful response code to OSB and it will try to deliver the message asynchronously.
    The message might not be delivered for different reasons. e.g: Email address not found, domain not found, Mailbox full, etc.
    Whenever the email cannot be delivered, an email will be returned to the recipient. If you really want to handle this scenario, you could create a proxy service getting the messages from the recipient email address, and reconcile with the emails sent.
    Regards,
    Fabio.

  • Applet socket problem in client-server, urgent!

    Dear All:
    I have implemented a client server teamwork environment. I have managered to get the server running fine. The server is responsible for passing messages between clients and accessing Oracle database using JDBC. The client is a Java Applet. The code is like the following. The problem is when I try to register the client, the socket connection get java.security.AccessControlException: access denied(java.net.SocketPermission mugca.its.monash.edu.
    au resolve)
    However, I have written a Java application with the same socket connection method to connect to the same server, it connects to the server without any problem. Is it because of the applet security problem? How should I solve it? Very appreciate for any ideas.
    public class User extends java.applet.Applet implements ActionListener, ItemListener
    public void init()
    Authentication auth = new Authentication((Frame)anchorpoint);
    if(auth.getConnectionStreams() != null) {
    ConnectionStreams server_conn = auth.getConnectionStreams();
    // Authenticates the user and establishes a connection to the server
    class Authentication extends Dialog implements ActionListener, KeyListener {
    // Object holding information relevant to the server connection
    ConnectionStreams server_conn;
    final static int port = 6012;
    // Authenticates the user and establishes connection to the server
    public Authentication(Frame parent) {
    // call the class Dialog's constructor
    super(parent, "User Authentication", true);
    setLocation(parent.getSize().width/3, parent.getSize().height/2);
    setupDialog();
    // sets up the components of the dialog box
    private void setupDialog() {
    // create and set the layout manager
    //Create a username text field here
    //Create a password text field here
    //Create a OK button here
    public void actionPerformed(ActionEvent e) {
    authenticateUser();
    dispose();
    // returns the ConnectionStreams object
    public ConnectionStreams getConnectionStreams() {
    return(server_conn);
    // authenticates the user
    private void authenticateUser() {
    Socket socket;
    InetAddress address;
    try {
    // open socket to server
    System.out.println("Ready to connect to server on: " + port);
    socket = new Socket("mugca.its.monash.edu.au", port);
    address = socket.getInetAddress();
    System.out.println("The hostname,address,hostaddress,localhost is:" + address.getHostName() + ";\n" +
    address.getAddress() + ";\n" +
    address.getHostAddress() + ";\n" +
    address.getLocalHost());
    catch(Exception e) {
    displayMessage("Error occured. See console");
    System.err.println(e);
                                  e.printStackTrace();
    }

    Hi, there:
    Thanks for the help. But I don't have to configure the security policy. Instead, inspired by a message in this forum, I simply upload the applet to the HTTP server (mugca.its.monash.edu.au) where my won server is running. Then the applet is download from the server and running fine in my local machine.
    Dengsheng

  • What is the order to start serveces in HFM report server (Urgent)

    Hi All,
    Please suggest me that, what is the correct order to start and stop Services in HFM Report Server.
    amont this:
    1.Hyperion Report Communication Server.
    2.Hyperion Report Print Server.
    3.Hyperion Reports Report Server.
    4.Hyperion Reports Scheduler Server.
    5.Hyperion Reports Web Application Server.
    Thanks in Advance.

    Dear you have yourself specified the correct order of starting the services
    Varun

  • Captivate 5 - links are working locally but not working on server - urgent please

    Hi, I'd really appreciate your quick help !
    I have created a landing page in captivate 5 which has links to the different lessons - also done in captivate. all exported as swf and html.
    I've used 'Open URL or file' and chose 'new' to open them in a new window, and unchecked the checkbox that says 'continue playing the project'.
    on my computer after publishing, the project works just fine. when i've uploaded it to my server, the external links to the different lessons are not working.
    PLEASE urgen assistant - is very much appreciated.
    my files are btw in dropbox, if one of u has a moment to look at it.
    Thanks!

    Rick, I have a weird problem now.
    my files sometimes load and sometimes don't!
    when I place the url on the current webpage (where the index is) - the files load.
    when i click them from the index file, a new window opens up but the files don't load.
    this behavior is not consistent. a few hours ago it did work.
    any ideas???

  • ERROR with X server [urgent]

    Hi friends,
    [Using: Oracle Aplications 11.5.7 and DB 8.1.7]
    I've just finishing a clonning process and almost everything works OK except one thing:
    The X server in Database (I think)
    After cloning, I've run the AOLJTEST and checked all the links, even the XServer that showed the message: X Server is accessible.
    But, when I entered inside Applications, I tried to execute a request which run a report with images and it appeared an error in the log screen:
    REP-3000: Internal Error starting Oracle Toolkit
    I've read a lot in Metalink and in the forum about it and I've reviewed lot of files in my system, but I can't find the error.
    I supossed It's in relation with the DISPLAY environment variable... but I don't know where to seek...
    In the source system (from where I've done the clone process) It works OK so... the error must be in some of the initialization parameters/files/scripts that have been created in the process.
    echo $DISPLAY in source system (both nodes, DB and WEB) and in Target system gives the same result:
    :1
    The files I've reviewed are:
    - In /u01/erpbat/aeacomn/admin/scripts/MySID_WEBMachine/adrepctl.sh
    I have:     
    DISPLAY="DBMachine:1.0"
    export DISPLAY     
    - In /u01/erpbat/aeacomn/admin/scripts/MySID_WEBMachine/adcmctl.sh
    I have too the same value     
    - In /u01/erpbat/aeaora/iAS/Apache/Jserv/etc/jserv.properties
    I have:
    wrapper.env=DISPLAY=WEBMachine:1.0
    - In
    /u01/erpbat/aeadb/8.1.7/appsutil/%.xml
    I have:
    <oa_environment type="generic_service">
    <DISPLAY oa_var="s_display" osd="unix">DBMachine:1.0</DISPLAY>
    </oa_environment>
    and for the Application Server Node:
    <oa_environment type="generic_service">
    <DISPLAY oa_var="s_display" osd="unix">WEBMachine:1.0</DISPLAY>
    </oa_environment>
    What more files I need to see??
    Any ideas ? (I hope not to need execute autoconfig.. because my customer requirements...)
    (I've tried to execute xclock with root and applmgr users but without success.. I don't know how it could affect..)
    I've read the following notes:
    Note: 153960.1 (FAQ: X Server testing and troubleshooting)
    Note: 113443.1 (Configure and Test an X Server for Running X Windows Applications)
    Note: 340949.1 (How to set environment variable DISPLAY for Oracle Applications to use xserver of another machine)
    Note: 181244.1 (Configuring VNC Or XVFB As The X Server For Applications 11i)
    Thanks a lot
    Jose.

    Jose,
    Try using a DISPLAY port higher than 0 or 1, which are usually special DISPLAY ports reserved by the host system I have Xvfb configured on port 50, and ar60desb and bitmapped reports are running fine. Note 181244.1 also references additional parameters that need to be passed for Xvfb:
    # Get a security policy file
    A sample security policy file is included at the end of this document. The file is named SecurityPolicy.
    If you have an existing file then add this line to the end of the policy file:
    property WM_CHANGE_STATE WM_NAME ar
    # Find the "fixed" font
    The fixed font is a standard part of X11 distributions and is typically found in the directory
    <X server installation directory>/lib/X11/fonts/misc
    # To run Xvfb use a command with the following format
    Xvfb :x -screen 0 6x6x8 -pn -fp <X install dir>/lib/X11/fonts/misc -sp /tmp/SecurityPolicy
    Here is what I am using. The paths to fonts/misc and SecurityPolicy may be different for your OS.
    nohup /usr/bin/X11/Xvfb :50 -screen 0 1024x800x8 -pn -fp /usr/share/fonts/misc/ -sp /usr/lib/xserver/SecurityPolicy &
    export DISPLAY=host.domain:50.0
    /usr/bin/xhost +
    nohup /usr/bin/mwm &
    I am also using the fully qualified hostname in the DISPLAY variables in the Xvfb startup script and the $CONTEXT_FILE. Maybe your /etc/hosts is not quite right. It should be IP longname shortname.

Maybe you are looking for

  • Is it possible to store all iTunes files on an external drive?

    Is it possible to store all iTunes files on an external drive? I'd like to free up space on my Mac Book Air and iTunes is the largest space hog. What can I store on my 1TB external drive and delete from the laptop's hard drive?

  • Media Smart touch (tx1005au) function not working after upgrading to windows 7

    I have successfully upgarded my tx1005au vista OS to Windows 7. It seems others things are allright but when i tried to use Media Smart fingure touch to rotate pictures it didnt work however my fingure touch was fine for opeing and closing functions.

  • How to set  colspan dynamically in fo tables.

    Hi, I have an xml file which basically contains html tables. These table rows have attribute called colspan. I am converting this xml file to PDF using Apache FOP. For that I am using xsl. I am able to render everything correctly but I need to captur

  • Error calling transaction from a transaction

    Hi, I have created a transaction to batch Measurement Point readings for the PM Module. The batch uses a query to determine the tags required to update and it calls the "MeasurementPointWrite" transaction that I downloaded from SAP. My problem is whe

  • How can i see the size of the songs listed in iTunes?

    Is there any option to see the size of the songs and albums I have imported to iTunes? I think thats really basic information, but I'm not able to find it...