Unable to start Reports Server

Dear All,
I am trying to start an in-process report server but it does not starts. I have tried the following opmn commands to start the report server: -
$ opmnctl startall
$ opmnctl startproc ias-component=rep_rn0628_dev process-type=ReportsServer process-set=rep_rn0628_dev
In both commands, I am getting the following error: -
opmnctl startproc ias-component=rep_rn0628_dev
opmnctl: starting opmn managed processes...
================================================================================
opmn id=rn0628:6200
0 of 1 processes started.
ias-instance id=AS10gDEV.rn0628
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ias-component/process-type/process-set:
rep_rn0628_dev/ReportsServer/rep_rn0628_dev
Error
--> Process (pid=3141736)
time out while waiting for a managed process to start
Log:
/oracle/product/AS10gDEV/opmn/logs/rep_rn0628_dev~ReportsServer~rep_rn0628_dev~1
The $ORACLE_HOME/reports/logs/<repserver>/rwserver.log file shows the following loggings: -
*** 2011/4/21 5:1:20:100 -- Reports Server is starting up
*** 2011/4/21 5:1:25:558 -- Reports Server started up engine rwURLEng-0
*** 2011/4/21 5:1:29:292 -- Shutting down engine rwURLEng-0
*** 2011/4/21 5:1:29:296 -- Reports Server shut down engine rwURLEng-0
*** 2011/4/21 5:1:29:310 -- Server is shutting down
The reports server continues to automatically start and shut down immediately. Could you please help with with a solution to start the report server.
Thanks in advance.
SMKazim

Hello Fabian,
I tried the command 'rwserver.sh server=rep_rn0628_dev'. It gave me this error: -
"REP-56105: Engine rwEng-0 died with error:"
No error was mentioned after this.
I am sorry I am not allowed post the content of the .conf file. But it would be nice if you could let me know what checks you planned to do in the fie.
Thanks in advance
SMKazim

Similar Messages

  • Unable to start report server on NT

    I have installed Developer 6.0 (everything option) and I am
    having trouble starting the report server (non-web method).
    I installed it as an NT service and tried to start it and I also
    tried the command line method: rwmts60 -listen mydatabase
    I get the same error with both methods of launching the server:
    REP-0186: Daemon failed to listen to port.
    The troubleshooting docs point to a problem with the tnsnames.ora
    or sqlnet.ora, but I am sure they are fine because I can connect
    to the database via sqlplus and SQL Navigator.
    Developer 6.0 is installed on NT 4.0 and the database is on a
    Solaris machine running Oracle 7.3.4.0.1.
    Any pointers would be greatly appreciated.
    Thanks;
    Emad
    null

    Emad ElHamahmy (guest) wrote:
    : I have installed Developer 6.0 (everything option) and I am
    : having trouble starting the report server (non-web method).
    : I installed it as an NT service and tried to start it and I
    also
    : tried the command line method: rwmts60 -listen mydatabase
    : I get the same error with both methods of launching the server:
    : REP-0186: Daemon failed to listen to port.
    : The troubleshooting docs point to a problem with the
    tnsnames.ora
    : or sqlnet.ora, but I am sure they are fine because I can
    connect
    : to the database via sqlplus and SQL Navigator.
    : Developer 6.0 is installed on NT 4.0 and the database is on a
    : Solaris machine running Oracle 7.3.4.0.1.
    : Any pointers would be greatly appreciated.
    : Thanks;
    : Emad
    Hello, Emad
    I had the same problem until I called Oracle TechSupport and
    here's what they told me to do:
    (Assuming you are starting from scratch and Reports Queue
    Manager is available)
    1. In tnsnames.ora add this line(no spaces):
    %report_server_name%.%your domain%)=(ADDRESS=(PROTOCOL=TCP)
    (HOST=%YOUR_TCPIP_ADDRESS%)(PORT=1949)
    2. At cmd prompt type the following:
    rwmts60 -install %report_server_name% tcpip
    3. Install reports server(answer yes after completing step 2).
    4. Go to control->panel->services select Oracle %
    your_report_server_name% and click startup select log on
    as='This Account' and select account. Then startup the service.
    5. Open reports queue manager(make sure status says='running')
    select job->new, and you are home free...
    P.S. To test your reports server,at cmd prompt type :
    rwcli60 report=c:/orant/bin/testreport.rdf userid=%
    user/passw@sid% server=%report_server_name% destype=file
    desname=test.pdf desformat=pdf.
    Hope it helps...
    Berta L.
    null

  • Unable to start report server from OPMN

    Hello all, I am running OAS 10.1.2 on Windows server 2003
    When i attempt to start OPMN service i get the following errors
    1.
    E:\Oracle\FR.10.1.2\BIN>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cmh01d1woqa02:6200
    5 of 6 processes started.
    ias-instance id=QA02.cmh01d1woqa02.domain01.vcdsi.net
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_test/ReportsServer/rep_test
    Error
    --> Process (pid=0)
    Unknown error
    failed to start a managed process after the maximum retry limit
    Unknown error
    Unknown error
    Log:
    E:\oracle\FR.10.1.2\opmn\logs\rep_test~ReportsServer~rep_test~1
    2. If i start just the process i get the following error :
    E:\Oracle\FR.10.1.2\BIN>opmnctl startproc process-type=ReportServer
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=cmh01d1woqa02:6200
    no enabled components for this request
    3. Here is the current status
    C:\Documents and Settings\oraapp>opmnctl status
    Processes in Instance: QA02.cmh01d1woqa02.domain01.vcdsi.net
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    HTTP_Server | HTTP_Server | 3492 | Alive
    WebCache | WebCache | 7536 | Alive
    WebCache | WebCacheAdmin | 7776 | Alive
    OC4J | home | 6428 | Alive
    OC4J | OC4J_BI_Forms | 1872 | Alive
    DSA | DSA | N/A | Down
    rep_test | ReportsServer | N/A | Down
    4. I checked the rwserver.log and see it is not getting updated
    any help would be appreciated.
    Thanks

    try to get the logs from http://x.x.x.x:1810/emd
    OC4J_BI_Forms,HTTP_Server,ReportsServer ,etc . There you will get a hint for the above error.

  • In Admin Console We are unable to start Managed Server.

    Hi,
    We are using Weblogic 10.3.1.0 version.
    Totaly 4 Managed Severs
    1 Admin Server
    with Nodemanger.
    In Admin Console When ever we going to Stop the Manged Servers.
    1. Environment ----- > Servers ---- > Control ----------- > Mananged Server 1 -----------> Force shutdown
    2. Then click refresh button ---- showing "FAILED_NOT_RESTARTABLE"
    3. after that when ever we going to start the Managed Server in Admin console
    First its Showing ----- Starting
    and next its showing ----- FAILED_NOT_RESTARTABLE
    4. its not coming to Running State.
    In Logs
    Domain log
    -----------> <1273141345460> <BEA-000450> <Socket 8 internal data record unavailable (probable closure due idle timeout), event received 17>
    ####<06-May-2010 11:54:40 o'clock BST> <Alert> <WebLogicServer> <ukirt156> <twpserver1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1273143280738> <BEA-000396> <Server shutdown has been requested by weblogic>
    ####<06-May-2010 11:54:40 o'clock BST> <Notice> <WebLogicServer> <ukirt156> <twpserver1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1273143280771> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    ####<06-May-2010 11:54:40 o'clock BST> <Notice> <Cluster> <ukirt156> <twpserver1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1273143280844> <BEA-000163> <Stopping "async" replication service>
    ####<06-May-2010 11:54:41 o'clock BST> <Notice> <WebLogicServer> <ukirt156> <twpserver1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1273143281061> <BEA-000365> <Server state changed to ADMIN>
    ####<06-May-2010 11:54:41 o'clock BST> <Notice> <WebLogicServer> <ukirt156> <twpserver1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1273143281064> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<06-May-2010 11:54:41 o'clock BST> <Notice> <Server> <ukirt156> <twpserver1> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1273143281113> <BEA-002607> <Channel "Default" listening on 172.21.149.168:7003 was shutdown.>
    ####<06-May-2010 11:56:30 o'clock BST> <Error> <NodeManager> <ukirt156> <AdminServer> <[ACTIVE] ExecuteThread: '45' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1273143390016> <BEA-300048> <Unable to start the server twpserver1 : Exception while starting server 'twpserver1': java.io.IOException: Server failed to start up. See server output log for more details.>
    AdminServer log
    <06-May-2010 11:56:30 o'clock BST> <Error> <NodeManager> <BEA-300048> <Unable to start the server twpserver1 : Exception while starting server 'twpserver1': java.io.IOException: Server failed to start up. See server output log for more details.>
    <06-May-2010 11:57:33 o'clock BST> <Error> <NodeManager> <BEA-300048> <Unable to start the server twpserver1 : Exception while starting server 'twpserver1': java.io.IOException: Server failed to start up. See server output log for more details.>
    <06-May-2010 12:07:02 o'clock BST> <Error> <NodeManager> <BEA-300048> <Unable to start the server twpserver1 : Exception while starting server 'twpserver1': java.io.IOException: Server failed to start up. See server output log for more details.>
    ManagedServer Log
    <06-May-2010 11:54:40 o'clock BST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    06-May-2010 11:54:41 org.quartz.core.QuartzScheduler shutdown
    INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
    06-May-2010 11:54:41 org.quartz.core.QuartzScheduler pause
    INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
    06-May-2010 11:54:41 org.quartz.core.QuartzScheduler shutdown
    INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
    <06-May-2010 11:54:54> <Debug> <NodeManager> <Waiting for the process to die: 19316>
    <06-May-2010 11:54:54> <Info> <NodeManager> <Server was shut down normally>
    <06-May-2010 11:54:54> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    NodeManager Log
    <06-May-2010 11:54:54> <Info> <twp_domain> <twpserver1> <Server was shut down normally>
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Boot identity properties saved to "/appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties">
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Startup configuration properties saved to "/appl/weblogic/scripts/servers/twpserver1/data/nodemanager/startup.properties">
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Rotated server output log to "/appl/weblogic/scripts/servers/twpserver1/logs/twpserver1.out00020">
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Server error log also redirected to server log>
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Starting WebLogic server with command line: /appl/weblogic/oracle/middleware/jrockit_160_05_R27.6.2-20/jre/bin/java -Dweblogic.Name=twpserver1 -Djava.security.policy=/appl/weblogic/oracle/middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.management.server=http://ukirt156:7001 -Djava.library.path="/appl/weblogic/oracle/middleware/jrockit_160_05_R27.6.2-20/jre/lib/i386/jrockit:/appl/weblogic/oracle/middleware/jrockit_160_05_R27.6.2-20/jre/lib/i386:/appl/weblogic/oracle/middleware/jrockit_160_05_R27.6.2-20/jre/../lib/i386::/appl/nsm/CA/UnicenterNSM/lib:/appl/nsm/CA/SharedComponents/JRE/1.4.2_09/lib/i386/client:/appl/nsm/CA/SharedComponents/JRE/1.4.2_09/lib/i386:/appl/nsm/CA/SharedComponents/ccs/dia/dna/lib:/appl/nsm/CA/SharedComponents/ccs/dia/lib:/usr/lib:/opt/CA/CAlib:/appl/nsm/CA/SharedComponents/lib:/appl/nsm/CA/SharedComponents/Csam/SockAdapter/lib:/appl/weblogic/oracle/middleware/wlserver_10.3/server/native/linux/i686:/appl/weblogic/oracle/middleware/wlserver_10.3/server/native/linux/i686/oci920_8" -Djava.class.path=/data/share/package/twp/WEB-INF/lib/ojdbc14.jar:/appl/weblogic/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/appl/weblogic/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar -Dweblogic.system.BootIdentityFile=/appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xmanagement:port=7091,ssl=false,authenticate=false -Xms=1200m -Xmx=1200m -Xverbose:gc,gcpause -Dreflexis.scheduler=true -Dreflexis.server=twpserver1 -Djava.awt.headless=true -Dclient.encoding.override=UTF-8 -Doracle.jdbc.V8Compatible=true weblogic.Server >
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Working directory is "/appl/weblogic/scripts">
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Rotated server output log to "/appl/weblogic/scripts/servers/twpserver1/logs/twpserver1.out00021">
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Server error log also redirected to server log>
    <06-May-2010 11:56:21> <Info> <twp_domain> <twpserver1> <Server output log file is "/appl/weblogic/scripts/servers/twpserver1/logs/twpserver1.out">
    <06-May-2010 11:56:29> <Info> <twp_domain> <twpserver1> <Server failed during startup so will not be restarted>
    <06-May-2010 11:56:29> <Warning> <Exception while starting server 'twpserver1': java.io.IOException: Server failed to start up. See server output log for more details.>
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:332)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:542)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:119)
    at weblogic.nodemanager.server.Handler.run(Handler.java:66)
    at java.lang.Thread.run(Thread.java:619)
    Server logs
    <06-May-2010 12:06:57> <Info> <NodeManager> <Server output log file is "/appl/weblogic/scripts/servers/twpserver1/logs/twpserver1.out">
    [INFO ][memory ] GC mode: Garbage collection optimized for throughput, initial strategy: Generational Parallel Mark & Sweep
    [INFO ][memory ] heap size: 1228800K, maximal heap size: 1228800K, nursery size: 614400K
    [INFO ][memory ] <s>-<end>: GC <before>K-><after>K (<heap>K), <pause> ms
    [INFO ][memory ] <s/start> - start time of collection (seconds since jvm start)
    [INFO ][memory ] <end> - end time of collection (seconds since jvm start)
    [INFO ][memory ] <before> - memory used by objects before collection (KB)
    [INFO ][memory ] <after> - memory used by objects after collection (KB)
    [INFO ][memory ] <heap> - size of heap after collection (KB)
    [INFO ][memory ] <pause> - total sum of pauses during collection (milliseconds)
    [INFO ][memory ] run with -Xverbose:gcpause to see individual pauses
    [JRockit] Management server started on port 7091, ssl=false, authenticate=false.
    <06-May-2010 12:06:59 o'clock BST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.2-20_o-108500-1.6.0_05-20090120-1115-linux-ia32 from BEA Systems, Inc.>
    <06-May-2010 12:07:00 o'clock BST> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}xvFgPysVi5b89pYwaAppoqPXQ5wFVW13yoFhzhKmuQo= from the file /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte..>
    <06-May-2010 12:07:00 o'clock BST> <Critical> <Security> <BEA-090518> <Could not decrypt the password attribute value of {AES}WSsjiXk6ppStq4WFajxaXkqCwpcBwaMJni7vk/pqXvk= from the file /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte..>
    Enter username to boot WebLogic server:<06-May-2010 12:07:00 o'clock BST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 >
    <06-May-2010 12:07:01 o'clock BST> <Info> <Management> <BEA-141223> <The server name twpserver1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.>
    <06-May-2010 12:07:01 o'clock BST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name twpserver1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <06-May-2010 12:07:01 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <06-May-2010 12:07:01 o'clock BST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <06-May-2010 12:07:01 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <06-May-2010 12:07:02> <Debug> <NodeManager> <Waiting for the process to die: 19443>
    <06-May-2010 12:07:02> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <06-May-2010 12:07:02> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Note: if i start the manged servers through WLST scripts its working fine.
    [twpuser@ukirt156 /appl/weblogic/scripts]$ java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic', 'w3bl0g1c', 'ukirt156', '5556', 'twp_domain', '/appl/weblogic/oracle/middleware/user_projects/domains/twp_domain', 'plain')
    Connecting to Node Manager ...
    Successfully Connected to Node Manager.
    wls:/nm/twp_domain> nmStart('twpserver1')
    Starting server twpserver1 ...
    Successfully started server twpserver1 ...
    Please provide the solution, how to solve this issue.
    Thanks
    SRK

    In my question some content was strike.... now again i updated...pls see now...
    Server logs
    <06-May-2010 12:06:57> <Info> <NodeManager> <Server output log file is "/appl/weblogic/scripts/servers/twpserver1/logs/twpserver1.out">
    [INFO ][memory ] GC mode: Garbage collection optimized for throughput, initial strategy: Generational Parallel Mark & Sweep
    [INFO ][memory ] heap size: 1228800K, maximal heap size: 1228800K, nursery size: 614400K
    [INFO ][memory ] <s>-<end>: GC <before>K-><after>K (<heap>K), <pause> ms
    [INFO ][memory ] <s/start> - start time of collection (seconds since jvm start)
    [INFO ][memory ] <end> - end time of collection (seconds since jvm start)
    [INFO ][memory ] <before> - memory used by objects before collection (KB)
    [INFO ][memory ] <after> - memory used by objects after collection (KB)
    [INFO ][memory ] <heap> - size of heap after collection (KB)
    [INFO ][memory ] <pause> - total sum of pauses during collection (milliseconds)
    [INFO ][memory ] run with -Xverbose:gcpause to see individual pauses
    [JRockit] Management server started on port 7091, ssl=false, authenticate=false.
    <06-May-2010 12:06:59 o'clock BST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.2-20_o-108500-1.6.0_05-20090120-1115-linux-ia32 from BEA Systems, Inc.>
    <06-May-2010 12:07:00 o'clock BST> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}xvFgPysVi5b89pYwaAppoqPXQ5wFVW13yoFhzhKmuQo= from the file /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte..>
    <06-May-2010 12:07:00 o'clock BST> <Critical> <Security> <BEA-090518> <Could not decrypt the password attribute value of {AES}WSsjiXk6ppStq4WFajxaXkqCwpcBwaMJni7vk/pqXvk= from the file /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into /appl/weblogic/scripts/servers/twpserver1/data/nodemanager/boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte..>
    Enter username to boot WebLogic server:<06-May-2010 12:07:00 o'clock BST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 >
    <06-May-2010 12:07:01 o'clock BST> <Info> <Management> <BEA-141223> <The server name twpserver1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.>
    <06-May-2010 12:07:01 o'clock BST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name twpserver1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <06-May-2010 12:07:01 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <06-May-2010 12:07:01 o'clock BST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <06-May-2010 12:07:01 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <06-May-2010 12:07:02> <Debug> <NodeManager> <Waiting for the process to die: 19443>
    <06-May-2010 12:07:02> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <06-May-2010 12:07:02> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Note: if i start the manged servers through WLST scripts its working fine.
    [twpuser@ukirt156 /appl/weblogic/scripts]$ java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic', 'w3bl0g1c', 'ukirt156', '5556', 'twp_domain', '/appl/weblogic/oracle/middleware/user_projects/domains/twp_domain', 'plain')
    Connecting to Node Manager ...
    Successfully Connected to Node Manager.
    wls:/nm/twp_domain> nmStart('twpserver1')
    Starting server twpserver1 ...
    Successfully started server twpserver1 ...
    Please provide the solution, how to solve this issue.
    Thanks
    SRK

  • OBI 11.1.1.7, unable to start  presentation server.

    Unable to start  presentation server. Tried starting opmn manually without  success.
    The last error in the command window where the weblogic server is trying to start is as below:
    <Dec 30, 2013 12:47:25 PM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@1911630750[app:em module:/em path:/em spec-version:2.5]] Servlet failed with Excepti
    on
    java.lang.IllegalStateException: Cannot forward a response that is already committed
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
            at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            Truncated. see log file for complete stacktrace
    >
    <Dec 30, 2013 12:47:25 PM IST> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Dec 30, 2013 12:47:25 PM IST.
    Notification details:WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-10101
    7') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017')
    OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Dec 30, 2013 12:47:25 PM IST SERVER = AdminServer MESSAGE = [ServletContext@1911630750[app:em module:/em path:/em spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
            at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
            at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
            at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
            at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
            at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
            at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
            at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:157)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:979)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:408)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:164)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
            at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:105)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020
    MACHINE = SULAHIRI-PC TXID =  CONTEXTID = d85985f3170faeac:-42cc9fbb:143425a
    f7a6:-8000-0000000000000016 TIMESTAMP = 1388387845954
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Dec 30, 2013 12:47:26 PM IST> <Emergency> <oracle.dfw.incident> <BEA-000000> <i
    ncident 5 created with problem key "DFW-99998 [java.lang.IllegalStateException][
    oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView][em]">

    if presentation server is not starting then you need to look in sawaerver.log and for opmn look in opmn.log not in weblogic logs

  • Can't start report server on windows 2000

    I can't start report server with error code 186, my tnsname.ora is
    REP60_DUQ = Rep60_DUQ
    is it error?
    who can tell me how to resolve it!!!

    but I have add tnsnames.ora following
    Rep60_REPORT_SERVER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = REPORT_SERVER)(PORT = 1951))
    then I start report server with:
    /PATH_TO_REPORTSERVER/report60_server start
    it still says:
    REP-0186: Daemon failed to listen to port
    what is problem?
    any thing must be done to activate changes in
    tnsnames.ora?
    null

  • Can't start reports server on win2000

    I'm having a trouble with starting reports server service on win2000 advanced server. I'm getting this message from Event viewer:
    The Oracle Reports Server [Rep60_HAL-OraHome6i] service terminated with service-specific error 186.
    And I can't find any information about configuring server and errors. Can anyone help me

    check ur sqlnet.ora file also. If there is any error in that file u will get a same error.
    shailesh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Kevin Harless ([email protected]):
    I am having the same exact error...Anyone have the fix for this.....<HR></BLOCKQUOTE>
    null

  • How to start report server

    Installed oracle 9ias infrasturce and 9ias portal on the same machine. I can access the portal main page.
    I cannot start report server. My attempts to start the report server from command line failed. I tried using the trace file also. It is not writing anyting to the trace file.
    Any help is appreciated.

    I tried to start the report server from command line with the trace ON. I get "report server is starting up" window.( nothing else happens)
    The trace file has the following information
    [2003/6/29 9:46:55] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2003/6/29 9:46:57] Info 50128 (RWServer:startServer): orb init succeeded
    [2003/6/29 9:46:58] Info 50129 (RWServer:startServer): boa init succeeded
    [2003/6/29 9:47:0] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2003/6/29 9:47:1] Info 56018 (RWServer:startServer): Reports Server rep_p607951 object is ready
    [2003/6/29 9:47:1] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2003/6/29 9:47:1] Debug 50103 (EngineManager:spawnEngine): Start engine command line = c:\ora9ids\jdk\jre\bin\javaw -cp "c:\ora9ids\j2ee\home\lib\ojsp.jar;c:\ora9ids\reports\jlib\rwrun.jar;c:\ora9ids\jlib\zrclient.jar" -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB oracle.reports.engine.RWEngine name=rwEng-0 server=rep_p607951 ORACLE_HOME=c:\ora9ids engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=c:\ora9ids\reports\logs\rep_p607951-rwEng-0.trc tracemode=trace_replace cacheDir=c:\ora9ids\reports\cache
    [2003/6/29 9:47:1] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/6/29 9:47:1] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/6/29 9:47:1] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2003/6/29 9:47:1] Debug 50103 (EngineManager:spawnEngine): Start engine command line = c:\ora9ids\jdk\jre\bin\javaw -cp "c:\ora9ids\j2ee\home\lib\ojsp.jar;c:\ora9ids\reports\jlib\rwrun.jar;c:\ora9ids\jlib\zrclient.jar" -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_p607951 ORACLE_HOME=c:\ora9ids engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=c:\ora9ids\reports\logs\rep_p607951-rwURLEng-0.trc tracemode=trace_replace cacheDir=c:\ora9ids\reports\cache
    [2003/6/29 9:47:1] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2003/6/29 9:47:1] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2003/6/29 9:47:1] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/6/29 9:47:1] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/6/29 9:47:7] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine
    [2003/6/29 9:47:7] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2003/6/29 9:47:7] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready

  • SOS Unable to Connect Report Server

    hi alll
    i have to present my project 9/1/2008 i have two days
    and i have three report
    i set all the details
    i set the name of the server RepSrv
    but at the run time
    this message apear
    Unable to connect Report Server
    should i write something in .DEV
    what should i do
    i work on 9i version
    i wrote this Simple Code
    report := RUN_REPORT_OBJECT('REPORT46');
    i set the property in the Property paletty
    NOT: when i try to run the Report in Report Developer
    the browser apear and send me the message
    "Cannot make crusor from "The name of the table""
    i think it is another problem
    please help
    this is my mail if you want to send me solution
    [email protected]
    please help
    thanks to all

    i write this Code
    and then the browser run and still run until now
    but it didn't apear any thing
    so .... any help in that
    Declare
         repid Report_Object;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    vjob_id varchar(100);
    BEGIN
    repid := find_report_object('REPORT51');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'html');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'repserver90');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    vjob_id := substr(v_rep,length('repserver90')+2);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    Loop
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://hiast-3ec7eef07:8888/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    END;

  • Unable to start directory server

    We are getting error when starting directory server :
    Recovery will take a while
    Unable to start directory server 5.2

    The logs should contain more detailed information.
    Check the file 'errors' inside the 'logs' directory of your instance for hints.

  • Critical:  Unable to start HTTP-Server

    Hi,
    When I try o run my ADF-BC application in JDeveloper 10.1.3.4 I get the following error,
    Jul 16, 2009 2:04:58 PM oracle.j2ee.util.LoggingUtils logAndReturnMessage
    SEVERE: Exception starting HTTP server: Internal error raised trying to instantiate the default web-application for site: file:/C:/MISC/Softwares/jdevhome/jdev/system/oracle.j2ee.10.1.3.42.70/embedded-oc4j/config/default-web-site.xml
    *09/07/16 14:04:58 Error initializing server: Unable to start HTTP-Server. default-web-site configuartion may not be valid.*
    *09/07/16 14:05:00 Fatal error: server exiting*
    Process exited with exit code 1.
    This problem is coming becaus of embedded-oc4j.
    Has anybody ever faced thie problem.
    Please help, it is critical.
    Thanks & Regards,
    Raksha

    Hi Arun,
    Here are the contents of my default-web-site.xml file;
    *<?xml version = '1.0' standalone = 'yes'?>*
    *<!DOCTYPE web-site PUBLIC "Oracle9iAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">*
    *<web-site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/web-site-10_0.xsd" protocol="http" port="8989" display-name="OC4J 10g (10.1.3) Default Web Site" schema-major-version="10" schema-minor-version="0">*
    *<default-web-app application="default" name="defaultWebApp"/>*
    *<web-app application="system" name="dms0" root="/dmsoc4j" access-log="false"/>*
    *<web-app application="system" name="dms0" root="/dms0" access-log="false"/>*
    *<!--*
    *<web-app application="system" name="admin_web" root="/adminoc4j" />*
    *<web-app application="system" name="JMXSoapAdapter-web" root="/JMXSoapAdapter" />*
    *<web-app application="default" name="jmsrouter_web" root="/jmsrouter" load-on-startup="true" />*
    *<web-app application="javasso" name="javasso-web" root="/jsso" load-on-startup="false" />*
    *<web-app application="ascontrol" name="ascontrol" root="/em" load-on-startup="true" ohs-routing="false" />*
    -->
    *<web-app application="datatags" name="webapp" root="/webapp" load-on-startup="false"/>*
    *<web-app application="ITS" name="ITSWelcome" root="/its" load-on-startup="false"/>*
    *<web-app application="current-workspace-app" name="ChakDeAdmin-ViewController-webapp" root="/ChakDeAdmin-ViewController-context-root" load-on-startup="false"/>*
    *<!-- Access Log, where requests are logged to -->*
    *<access-log path="../log/default-web-access.log" split="day"/>*
    *<!-- Uncomment this if you want to use ODL logging capabilities*
    *<odl-access-log path="../log/default-web-access" max-file-size="1000" max-directory-size="10000"/>*
    -->
    *<web-app application="datatags" name="webapp" root="/webapp" load-on-startup="true"/>*
    *</web-site>*
    thanks,
    Raksha

  • Start reports server

    hi
    i've made some experience with forms and now have to configure reports (9i web).
    i read a lot of documents from otn with no success.
    i'd like to start reports server as servlet under win2000.
    as 2.1.2 in the docu said:
    i tried http://test_oas:7778/reports/rwservlet and got the 'Servlet Command Help - page'.
    2.2 verifying the reports servlet and server are running
    i typed: http://test_oas:7778/reports/rwservlet/help which displayed the same page as above.
    then i typed:
    http://test_oas:7778/reports/rwservlet/showjobs?server=rep_test_oas which redirects me to 'http://test_dbs:7777/pls/orasso/orasso.wwsso_app_admin.ls_login' where i get a 'page not found'.
    then the rep_test_oas.trc sais this:
    [2003/7/27 5:42:37] Debug 50103 (RWSecurity:isPortalConnected): s_connection:oracle.jdbc.driver.OracleConnection@682406
    [2003/7/27 5:42:37] Debug 50103 (RWSecurity:isPortalConnected): s_connection:oracle.jdbc.driver.OracleConnection@682406
    on the EM-Website, ther is a system-component called reports:rep_test_oas whichs state is down. what does this component mean? when i start it, i get the message 'started' but the state is still down.
    can someone help me?

    used your example-code.
    still get a frm-41214 and a 41213.
    the errormessage when 41213 occurs is: "could not connect to reports-server rep."
    the strange thing is that my server is called rep_test_oas. i've never defined a rep.
    here is a rwEng-0 part:
    [2003/7/28 0:23:39] Info 55003 (RWEngine:init): Register this engine to Oracle Reports Server rep_test_oas
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:setCommandLine): Running
    [2003/7/28 0:28:29] Info 50132 (EngineImpl:setCommandLine): Get command line: REPORT=L:\join3000\reports\test\MODULE2.rdf USERID=JOIN3000@j3000tes BATCH=YES DESTYPE=cache DESFORMAT=PDF AUTHID=ANONYMOUS
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:setCommandLine): Quit
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:run): Running
    [2003/7/28 0:28:29] (C Engine) LOG :
    [2003/7/28 0:28:29] (C Engine) Angemeldet bei Server: j3000tes
    [2003/7/28 0:28:29] (C Engine) Benutzername: JOIN3000
    [2003/7/28 0:28:29] (C Engine)
    [2003/7/28 0:28:31] Error 50103 (C Engine): 11:28:31 ERR REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    [2003/7/28 0:28:31] Error 50103 (C Engine): 11:28:31 ERR REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (EngineImpl:run): CRunReport returns: 110
    [2003/7/28 0:28:31] Debug 50103 (EngineImpl:run): Quit
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.engine.EngineImpl.run(EngineImpl.java:295)
         at oracle.reports.engine.EngineClassPOATie.run(EngineClassPOATie.java:84)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:117)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    and the rep_test_oas.trc:
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2003/7/28 0:28:29] Debug 50103 (JobManager:runJobInEngine): Send job 20 to engine rwEng-0
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2003/7/28 0:28:31] State 56016 (JobManager:updateJobStatus): Job 20 status is: Mit Fehler beendet:
    REP-110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (JobManager:updateJobStatus): Notify master job 20
    [2003/7/28 0:28:31] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.RWExceptionHelper.read(RWExceptionHelper.java:28)
         at oracle.reports.engine._EngineClassStub.run(_EngineClassStub.java:159)
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:623)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] State 56016 (JobManager:updateJobStatus): Job 20 status is: Mit Fehler beendet:
    REP-110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (JobManager:updateJobStatus): Notify master job 20
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:669)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 20
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:669)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] Warning 50103 (ResourceManager:getString): java.util.MissingResourceException: Can't find resource for bundle oracle.reports.utility.resource.RWGenericBundle, key 5
    [2003/7/28 0:28:31] Info 56013 (ConnectionManager:release): Connection 2 is released
    i'm sorry. but i cant find the problem with these error-messages.
    can U?

  • Unable to start Reports Services in Oracle Application Server 10g

    Hi ,
    We are using Oracle Forms version 10.1 . It is deployed in Oracle Application Server 10g.
    When we issie opmnctl startall , we are receiving the error
    "Error
    --> Process (pid=13854)
    failed to start a managed process after the maximum retry limit
    Log:
    /oracle/middle_tier/opmn/logs/repservnlc_42~ReportsServer~repservnlc_42~1
    The log does not show any errors even after trace is enabled
    We have also tried giving "start timeout" , retry etc., without success.
    Pl help.
    Thanks for support.
    Regards.

    Dear Fabian
    My report server was running since many days. today i had restarted the server since now i got error that report server not running.
    It try to start and then restart.
    Please help me.
    below are the configuration and log file
    report configuration file
    <?xml version = '1.0' encoding = 'ISO-8859-1'?>
    <!DOCTYPE server PUBLIC "-//Oracle Corp.//DTD Reports Server Configuration //EN" "file:C:\oracle\FRHome_1/reports/dtd/rwserverconf.dtd">
    <server version="10.1.2.0.2">
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="500"/>
    <!--property name="cacheDir" value="your cache directory"-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"-->
    <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"-->
    </cache>
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="2" maxEngine="10" minEngine="2" engLife="50" maxIdle="30" callbackTimeOut="90000">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
    <environment id="EN">
    <envVariable name="NLS_LANG" value="AMERICAN_AMERICA.AR8MSWIN1256"/>
    <envVariable name="REPORTS_ARABIC_NUMERAL" value="arabic"/>
    </environment>
    <environment id="AR">
    <envVariable name="NLS_LANG" value="Arabic_Jordan.AR8MSWIN1256"/>
    <envVariable name="REPORTS_ARABIC_NUMERAL" value="hindi"/>
    </environment>
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    <property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
    </security-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </destination-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <!-- By default server will use rwnetwork.conf as network config file
    Use this element to override the same -->
    <!--networkConfig file="rwnetwork.conf"></networkConfig-->
    <job jobType="report" engineId="rwEng"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </notification-->
    <log option="noJob"/>
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    </jobStatusRepository-->
    <!--trace traceOpts="trace_all"/-->
    <connection maxConnect="20" idleTimeOut="15">
    <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <!--
    The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
    SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
    file should match for Reports EM pages to display data correctly.
    Corresponding entries of username and password in targets.xml:
    <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
    <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
    -->
    <identifier confidential="yes" encrypted="yes">ZgZCDkywAUaHwMnb+A6YTgQbUn9/oudnJJG6PYF1MHKqp6jtaMpFLsPhmp8UJSnUjRENKvpTWjYK+f7OoQgXqPPFwQcppnuw0oZKDGspd8Wx7FZPJ54konQGAWkH8iCPHlkT5w55ojeiYpnSs8EqUvKeHUwH+fUwfIwNm+bLK/y4ukOgEVFaQnpjtjUD+kPZdq/UUMwiPUTGEEWTqya/a4yiVR1Skmg4WXvt7YLOSkuFzrmKctCzTGb1/GxKKJIUGTg0RHcDIMGh69tE7CrlppOoFRRleABn8XXex7p++Fz6DZb/hsMf5N0lbd1XboqvCkwIPdZZdLGPxCQPHKUl/FKJrTkTIHXIX2iMXQIM4gJUuVd8FA8OUt+WDpslnU++yz0On0Vao6TeMMoAqjKPbJRtEAmVFnz8rgKy3/OfckXlPSpgu/ef84vW5tmYkQ==</identifier>
    <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
    <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
    <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
    </server>
    Report report log file
    *** 2011/9/15 11:13:51:113 -- Reading server config file C:\oracle\FRHome_1\reports\conf\repsrv1.conf
    *** 2011/9/15 11:13:51:113 -- <server version="10.1.2.0.2">
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="500"/>
    <!--property name="cacheDir" value="your cache directory"-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"-->
    <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"-->
    </cache>
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="2" maxEngine="10" minEngine="2" engLife="50" maxIdle="30" callbackTimeOut="90000">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
    <environment id="EN">
    <envVariable name="NLS_LANG" value="AMERICAN_AMERICA.AR8MSWIN1256"/>
    <envVariable name="REPORTS_ARABIC_NUMERAL" value="arabic"/>
    </environment>
    <environment id="AR">
    <envVariable name="NLS_LANG" value="Arabic_Jordan.AR8MSWIN1256"/>
    <envVariable name="REPORTS_ARABIC_NUMERAL" value="hindi"/>
    </environment>
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    <property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
    </security-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </destination-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <!-- By default server will use rwnetwork.conf as network config file
    Use this element to override the same -->
    <!--networkConfig file="rwnetwork.conf"></networkConfig-->
    <job jobType="report" engineId="rwEng"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </notification-->
    <log option="noJob"/>
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    </jobStatusRepository-->
    <!--trace traceOpts="trace_all"/-->
    <connection maxConnect="20" idleTimeOut="15">
    <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <!--
    The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
    SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
    file should match for Reports EM pages to display data correctly.
    Corresponding entries of username and password in targets.xml:
    <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
    <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
    -->
    <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
    <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
    <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
    </server>
    *** 2011/9/15 11:13:51:113 -- Reports Server is starting up
    *** 2011/9/15 11:13:56:691 -- Server is shutting down

  • OBIEE 11g- unable to start application server

    Dear All,
    I have recently installed OBIEE 11g 11.1.1.6.0 for the first time (enterprise install)
    am able to login to anaytics page and create reports, but Iam not able to connect to enterprise manger , console.
    Going through various posts, i came to know i should start Application server.
    which i was not able to. was getting error as
    'unable to get file lock will retry'.
    I tried deleting
    Navigate to the path : <OBIEE HOME>/C:\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp
    “AdminServer.lok” file.
    it still did not start
    I try doing the same for “bi_server1″ lock file. but am not able to delete this file.
    It says its in use. but i did not find any Java process running.
    Can you please help. how can i start my Application server on windows OS.
    Appreciate your help.
    thanks in advance.
    Achala

    Firstly we have shutdown the application for OS activity for creating mount point(related to Business)
    then we where trying to start the application all the work process are running with semaphore 50 , there no such error mesg ,just the work process are hang at running state with user SAPSYS
    the i have shutdown the application and clean the ipc and again i restarted the app still the same issue
    Hope u understand
    Thank you
    Haroon

  • Error calling Report and unable to bind Report Server

    Hi,
    I use Oracle Database 10g with Oracle Developer 10.1.2, in Windows 2000.
    I don't have nor use Oracle Application Server though.
    I tried to call a report from a Form, using Run_Report_Object.
    But the following error appeared.
    Error FRM-41213 Unable to connect to Report Server rep_<computer_name>
    I also tried to call a report, using Web.Show_Document.
    It launch another web browser, but the following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    Based on the white paper of Oracle Application Server 10g - Integrating Oracle Reports in Oracle Forms Services applications.
    I create my own report server using following command
    rwserver server=repsrv.
    Another java-based windows showed up. It shows that the server 'repsrv' is ready.
    I do the following:
    1. Navigate to http://localhost:8889/reports/rwservlet using web browser.
    It showed OracleAS Report Services - Servlet Command Help page.
    But there is no other window popup (The white paper stated that a 'in process' server
    should be invoked when starting a report for the first time).
    2. Navigate to http://localhost:8889/reports/rwservlet?userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    my schema is PRACTICE, password PRTC and database instance MYDB
    the report path = C:\FORM\MODULE1.JSP
    The following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    3. Finally, I tried
    http://localhost:8889/reports/rwservlet?server=REPSRV&userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    The following error occured
    REP-51002: Bind to Reports Server repsrv failed
    I don't understand.
    It seems that the Report Service is not recognized although the java-based window state that the Report Server (repsrv) is ready.
    My questions:
    1. Does it means that my report server is not running?
    Or it is running but the web browser didn't recognize it?
    I use Internet Explorer 5 and Netscape 7, both of them showed the same error message.
    2. The paper said there is supposed to be 2 type of server, 'In process' and custom server.
    Both of them will create a configuration file in /reports/conf in DevSuiteHomeDirectory.
    I can see the custom report server's configuration file which I create using rwserver
    (repsrv.conf)
    but I can't see the 'in process' server's configuration file (rep_<computer_name>.conf).
    What am I supposed to do?
    3. Is there any steps with I supposed to do after the installation?
    Well, I didn't find any error during the installation, everything seems to be just fine.
    Perhaps, I need to modify some files, specifya report server name,
    create the 'in process' server manually.
    Many thanks,
    Imelda

    Hi,
    I have already tried your suggestion.
    Since I am in Windows 2000 platform, so I do the first suggestion from the documentation.
    If the host machine is not in a network (that is, it is a standalone machine).
    Solution for Windows platform: Install the MS loopback adapter, as described on the Miscrosoft Web site (http:\\microsoft.support.com). Then, specify an IP address for your machine (either XP or Windows 2000), as follows:
    1. On your desktop, right-click My Network Places, and choose Properties.
    2. Right-click the MS loopback adapter, and choose Properties.
    3. In the Properties dialog box, select Internet Protocol (TCP/IP), and click Properties.
    4. Select Use the following IP address, and enter a valid IP address. The subnet mask field will automatically populate. Do not use the local host IP (that is, 127.0.0.1). For example, enter: 198.162.1.1.
    5. Click OK, and follow the instructions displayed.
    There is also solution for UNIX platform.
    But I do the Solution for Windows platform only.
    But still I've got the following error message :
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    And in the command line of OC4J which I started, the following error appeared :
    Not able to load oracle.reports.util.EnvironmentGlobal class
    Using oracle.reports.util.Environment class
    BTW,
    I also tried to use the command lin rwrun :
    rwrun report="D:\My Documents\TryReport\module1.jsp" userid=scott/tiger@orcl destype=file desformat=pdf desname="D:\My Documents\TryReport\module1.pdf"
    And somehow a PDF file appeared.
    It contains the output of the report I created.
    It exactly the same as the preview of the web layout which is run from Report Builder (Run Web Layout CTRL-R).
    Could this mean that the In-Process server is running?
    Perhaps the browser did not understand how to connect to Report Server?
    Is there anything should be done?
    Should I also do the Solution for UNIX platform? (Mine is Windows)
    And, why for Oracle Form (running as a servlet), everything seems to be normal?
    Does the Oracle Form use different server from Oracle Report?
    The problem is only when I tried to call report using a button inside Oracle Form.
    (Run_Report_Object and Web.Show_Document)
    Any light would be grateful.
    Many thanks,
    Buntoro

Maybe you are looking for

  • (MacBook Pro 15-inch, Early 2011) Wi-Fi: No hardware installed...

    The Wi-Fi hardware irregularly connects to the network. Once the WiFi is disconnected, it cannot be reconnected unless restart or shutdown. I restart or shutdown to "refresh" the scenario but the problem has grown more frequent. I can connect to the

  • Photos into iMovie: yes, it's been addressed, but...

    ... I can't find exactly my issue, at least not recently. Many of the posts on this topic seem to be about exporting to iDVD, but that's not my problem. It starts earlier. My photos get compressed and look terrible as soon as they're imported into iM

  • Ripping a CD as one track

    Hi! I was wondering if it was possible using iTunes to rip (or record onto the computer or import) a CD as a single track? I have several books on CD that I would like to stick on my iPod. The tracks on the CD are about 30 seconds long, thus there ar

  • Wishlist - tighter contact, calendar, sms and email integration

    Here are three things that would make me a very happy 3Gs user: o From contacts, extra button at bottom (next to "Text Message", "Share Contact" and "Add to Favorites") that says "Create Event." This would jump you to the new calendar event page with

  • USB drive installation missing in bootcamp

    I have a macbook pro mid-2010, currently up to date in all firmware. My disk drive's ability to burn dvd's is apparently shot, so the only alternative to install windows is via usb drive, however that option in bootcamp doesn't even exist. Someone pl