Is it possible to start planning manager programatically from backend through PL/SQL?

I need to activate and run Planning manager concurrent program from back end through PL/SQL.Actually i am working on MRP Open Forecast Interface and I want to run this program after inserting data in the interface table mrp_forecast_interface.Please guide me.

Oracle EBS forum is the best place for your question. This place is more towards general SQL, PL/SQL questions.
https://community.oracle.com/community/oracle-applications/e-business_suite/e-business-suite-technology/general_ebs_discussion

Similar Messages

  • Is it possible to start a web browser from with xterm (X11)?

    Hello,
    Would it be possible to start a web browser from xterm? I am able to use for example, dbca or netca. But I want to know if I could start a web brower in my xterm. Thank you.

    Thank you. Firefox was not found on this redhat linux, I am guessing it was not installed. I did a find / -name firefox but not finding it. I don't think the SA installed GUI on this box. Is there a browser I can use even though GUI was not installed? That is why I am attempting to use xterm hoping to be able to access a brower in xterm. I am using Xming for xterm. Is there something in Xming I can use so I can access the Oracle Database Control Console? I can use firefox from my desktop but the port is block at the firewall and the SA would not open the port due to security reasons. Thank you.

  • Error: starting remote managed server from command line

    I have enabled SSL on the admin server, and configured/added the managed server
    via my admin server console. However, when I attempt to start the managed server
    via cmd line (script) on the remote machine, I get the following message:
    Starting WebLogic Server ....
    Connecting to http://adminservermachine:7001...
    <Nov 18, 2002 11:42:28 AM EST> <Emergency> <Configuration Management>
    <Errors detected attempting to connect to admin server at wk-gferguson:7001 during
    initialization of managed server ( null:7001 ). The reported error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:164)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are using
    the same listen address and port.>
    <Nov 18, 2002 11:42:28 AM EST> <Emergency> <Server> <Unable to initialize the
    se
    rver: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: weblogic.se
    curity.acl.DefaultUserInfoImpl

    This particular log entry looks like your problem:
    <Jan 8, 2010 11:33:30 PM PST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 10.249.22.43 might be incorrect or another process is using port 20014: java.net.BindException: Cannot assign requested address.>
    Check using netstat to see if that port is already in use.
    Shared libraries don't need to be on the classpath, they are deployed similar to applications, so I'm confused by your comment about putting them on the classpath. I assume you're using Node Manager to start the server from the AdminConsole, if you want to use a difference classpath either use the StartupScriptEnabled=true in nodemanager.properties OR put the extra classpath entries on the Server Start tab in the console.

  • Start and manage applications from creative cloud

    Hi, why not be able to start Adobe CC applications from the Creative Cloud itself? Why not manage them from it, to uninstall, additionally to update or install? I've needed this during the switch to CC 2014. Why not re-install option too? In the process of switching to CC 2014, I've installed PS CC 2014 and AI CC 2014, then uninstalled the old CC ones and I've got to uninstall CC 2014 apps and install them again just to get rid of some registry issues done in the process, like file associations lost and AI message that needs to run as administrator in order to fix some registry issues, which it couldn't fix actually (under Windows).
    Regards, Mike.

    Before you remove anything you should sign out of the Creative Cloud so that it is reset for you when you reinstall and sign in again.
    Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to

  • Is it possible to start a remote server from the IDE?

    I would want to know if it is possible to start a domain that makes reference to a remote server (from the IDE). On this way I could start and stop the server without loading so much the machine that I use to develop my portal applications. If it is possible how I can do it?

    There is no personal Information on a crash Report unless you put something personally identifiable in the comment field. For example, here is a crash report I had on my machine awhile back: https://crash-stats.mozilla.com/report/index/bp-1de8924f-7068-4702-a410-89c492121220.
    You can go to about:crashes in your address bar, and click on the report to view the info there to satisfy yourself that there is nothing in the report. But submitting crash reports is very useful because it gives us the ability to view what crashes are plaguing our users and what we need to fix.

  • Is it possible to start a batch script from Sharepoint?

    Hi,
    I want to start a batch script from Sharepoint which executes some sql queries.
    Can someone guide me how to start a batch (.bat) script in SP?

    Yes and no.  If your script is scheduled to run by some other process (which it should be, because it very likely has  to be run as some account and not the web app account), you should set the script to look for a setting in a sharepoint list,
    if that setting tells the script to run, then it does.  This means that, yes, you can start a batch script from sharepoint.
    To be able to execute a script directly from sharepoint...no.
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • Possible to start a rac database from another standard oracle kernel ?

    With oracle RAC 10g R2 :
    If all nodes of a ORACLE RAC platform go down, is it possible to restart the database (with existing datafiles) from another oracle standard kernel 10g R2 ?
    Thanks for help : )

    That is an interesting question.. it should be possible.. you will definitely need a copy of your init.ora file. As long as the database files (control files, archive logs and redo logs) are on shared storage you should be able to start the database. Off course you will not have all the clustering features. I think it would be safe to disable the cluster database mode by setting the parameter CLUSTER_DATABASE = 'FALSE'.
    hmmmm... what if you are using ASM? It could be bit more tricky in this case. Depending on the O/S and other ASM components for example ASMLib used. I think it should be possible.. never tried one though.
    You may need to turn off the CLUSTER_DATABASE parameter on ASM as well.
    You will need to create an ASM instance! and get the diskgroups mounted manually. if you plan to try.. do post your findings for the benefit of other readers..
    Message was edited by:
    Murali Vallath

  • Is it possible to start an add-in from a macro?

    I'm working with Visual Studio 2010 for a research purpose. I'm looking for the possibility where an add-in could be started by a macro.
    A macro could be started by an add-in simply. But the problem is vice-versa. Please share your ideas, and especially sample codes.
    I found that it is possible in Microsoft Excel. The VBA macro code 'Call
    myAddinName could help on that. But the requirement is with Visual Studio IDE

    Try ask here: http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsx
    Visual C++ MVP

  • I did not find my submitrequest id while start the GLLEZL interface from backend.

    Hello experts
    I have write a package to start the interface for General Ledger-Import(GLLEZL).
    CREATE OR REPLACE Package body XXGL_INT_BUDGET_PKG is     PROCEDURE UPLOAD_BUDGET_JV(P_BUDGET_ID IN NUMBER) IS       lv_request_id NUMBER;       irun_id number;       errbuf          VARCHAR2(2000);     BEGIN       SELECT gl_journal_import_s.NEXTVAL       INTO irun_id       FROM DUAL;       dbms_output.put_line(irun_id);       INSERT INTO gl_interface_control       (status, set_of_books_id, je_source_name, group_id, interface_run_id)       VALUES       ('S', 1001, 'Spreadsheet', null, irun_id);       /* Launch the concurrent request */       lv_request_id         := fnd_request.submit_request(             'SQLGL',             'GLLEZL',             '',             '',             FALSE,             to_char(irun_id),             '1000',             'NO',             '',             '',             'NO',             'NO',             'Y',         chr(0),             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '', '', '', '', '', '', '', '', '', '',             '');                   dbms_output.put_line('req_nu - '||lv_request_id);       IF (lv_request_id = 0) THEN         errbuf := fnd_message.get;         fnd_file.put_line(FND_FILE.Log, errbuf);         gl_message.write_log('LEZS0001');         IF (fnd_concurrent.set_completion_status('ERROR', errbuf)) THEN           NULL;         END IF;       ELSE         gl_message.write_log('LEZS0000', 1, 'REQ_ID', to_char(lv_request_id));         IF (fnd_concurrent.set_completion_status('NORMAL', NULL)) THEN           NULL;         END IF;       END IF;       IF lv_request_id = 0       THEN           UPDATE XXGP_GL_BUDGET_STG             SET attribute1 = 'ERROR IN RUNNING PAYABLE IMPORT PROGRAM',attribute2 = lv_request_id,status='ERROR'           WHERE BUDGET_ID =P_BUDGET_ID;       ELSE           UPDATE XXGP_GL_BUDGET_STG             SET attribute2 = lv_request_id, attribute1 = 'PROCESSED',status='PROCESSED'           WHERE BUDGET_ID=P_BUDGET_ID;       END IF;              end UPLOAD_BUDGET_JV;     Procedure xx_glbudget_int_prc(p_budget_id number,errbuf out varchar2,Retcode out varchar2)     is         cursor BUDGET_CUR         IS         SELECT a.BUDGET_ID,a.BUDGET_NAME,a.FIN_YEAR,a.BUDGET_FREQUENCY,a.BUDGET_TYPE,a.ORG_ID,a.BUDGET_CATG,a.BUSINESS_LINE,a.COST_CENTER,         a.BUDGET_AMOUNT,a.CREATED_BY,b.LINE_NUMBER,B.LINE_ID,         b.STATE,b.BUDGET_ACTIVITY,b.PROJECT,b.AMOUNT,b.WD_TOWN,b.CODE_COMBINATION_ID,         b.STATE_NAME,b.CODE_COMBINATION         FROM XXGPIL_BUDG_HDR a,XXGPil_budg_lines b         where a.budget_id=b.budget_id and a.budget_id=p_budget_id;         /*AND APPRVL_STATUS='Approved'*/         lv_status varchar2(50);         lv_sob_id Number(15);         lv_user_je_source_name varchar2(25);         lv_user_je_category_name varchar2(25);         lv_cur_code varchar2(15);         lv_actual_flag varchar2(1);         lv_err_flag varchar2(2);         lv_flag varchar2(2);         l_fnd_user number(15) := 5581;     BEGIN         BEGIN         for rec in budget_cur         loop         insert into XXGP_GL_BUDGET_STG(status,         set_of_books_id,User_JE_Source_name,user_je_category_name,currency_code,         actual_flag,ACCOUNTING_DATE,DATE_CREATED,CREATED_BY,entered_dr,entered_cr,         accounted_dr,accounted_cr,segment1,segment2,segment3,segment4,segment5,segment6,segment7,segment8,segment9,segment10,BUDGET_ID,LINE_ID)         values('NEW','1001','Spreadsheet','Budget','INR','A',trunc(sysdate),trunc(sysdate),rec.created_by,rec.amount,rec.amount,rec.amount,rec.amount,         rec.ORG_ID,rec.STATE,rec.BUSINESS_LINE,REC.BUDGET_ACTIVITY,REC.COST_CENTER,'000000','0000','000000','000000','00000000',REC.BUDGET_ID,REC.LINE_ID);         end loop;         END;         /* END OF INSERTING DATA FROM XXGP_BUDG_HDR AND LINES TABLE TO  XXGP_GL_BUDGET_STG TABLE */         DECLARE         CURSOR GL_CURR IS         SELECT status,         set_of_books_id,User_JE_Source_name,user_je_category_name,currency_code,         actual_flag,ACCOUNTING_DATE,DATE_CREATED,CREATED_BY,entered_dr,entered_cr,         accounted_dr,accounted_cr,segment1,segment2,segment3,segment4,segment5,segment6,segment7,segment8,segment9,segment10         FROM XXGP_GL_BUDGET_STG where status='NEW';         BEGIN             FOR rec in GL_CURR             LOOP                 lv_flag := 'A';                 lv_err_flag := 'A';                 BEGIN                 SELECT distinct Status into lv_status from XXGP_GL_BUDGET_STG Where status = 'NEW';                 EXCEPTION                 When no_data_found Then                 lv_status := null;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The status is not correct so change the status');                 FND_FILE.PUT_line(FND_FILE.LOG,'The data is inserting'|| lv_status );                 END;                 BEGIN                 SELECT set_of_books_id into lv_sob_id from gl_sets_of_books                 where set_of_books_id=rec.set_of_books_id;                 Exception                 When no_data_found Then                 lv_sob_id:=null;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The SOB is not correct change SOB ID');                 End;                 FND_FILE.PUT_line(FND_FILE.LOG,'The data is inserting'|| lv_sob_id );                 BEGIN                 SELECT user_je_source_name into lv_user_je_source_name FROM GL_JE_SOURCES                 WHERE user_je_source_name=rec.user_je_source_name;                 EXCEPTION                 WHEN no_data_found THEN                 lv_user_je_source_name := NULL;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The SOURCE NAME is not correct change It');                 END;                 FND_FILE.PUT_line(FND_FILE.LOG,'The data inserting is'|| lv_user_je_source_name );                 BEGIN                 SELECT user_je_category_name INTO lv_user_je_category_name FROM GL_JE_CATEGORIES                 where user_je_category_name=rec.user_je_category_name;                 EXCEPTION                 When no_data_found Then                 lv_user_je_category_name:=NULL;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The Category name is not correct Change it');                 FND_FILE.PUT_line(FND_FILE.LOG,'The data inserting is'|| lv_user_je_category_name );                 END;                 BEGIN                 SELECT currency_code into lv_cur_code from FND_CURRENCIES                 where currency_code=rec.currency_code;                 Exception                 When no_data_found Then                 lv_cur_code:=null;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The Currency code is not correct ');                 End;                 FND_FILE.PUT_line(FND_FILE.LOG,'The data inserting is'|| lv_cur_code);                 BEGIN                 SELECT distinct ACTUAL_FLAG into lv_actual_flag from XXGP_GL_BUDGET_STG where budget_id=p_budget_id and status='NEW'                 and actual_flag in ('A','B','E');                 Exception                 When no_data_found then                 lv_actual_flag := null;                 lv_flag := 'E';                 lv_err_flag := 'E';                 FND_FILE.PUT_line(FND_FILE.LOG,'The Flag is not correct');                 END;                 FND_FILE.PUT_line(FND_FILE.LOG,'The dat inserting is... '|| lv_actual_flag);                 IF lv_flag = 'A' THEN                 INSERT into GL_INTERFACE (                 STATUS, SET_OF_BOOKS_ID, USER_JE_SOURCE_NAME ,USER_JE_CATEGORY_NAME,                 CURRENCY_CODE,ACTUAL_FLAG,                 ACCOUNTING_DATE, DATE_CREATED,CREATED_BY, ENTERED_DR,ENTERED_CR,                 ACCOUNTED_DR,ACCOUNTED_CR,segment1, segment2, segment3, segment4, segment5)                 VALUES (                 lv_Status, lv_sob_id, lv_User_JE_Source_name, lv_user_je_category_name,                 lv_cur_code,lv_actual_flag,rec.ACCOUNTING_DATE, rec.DATE_CREATED,                 1318,rec.entered_dr, rec.entered_cr, rec.accounted_dr,rec.accounted_cr,                 rec.segment1, rec.segment2, rec.segment3, rec.segment4, rec.segment5);                 END IF;                 --call to start General-Import Journals interface--                                 lv_flag :=null;                 lv_err_flag:=null;             END LOOP;                                     UPLOAD_BUDGET_JV(p_budget_id);             --COMMIT;         END;     End; END XXGL_INT_BUDGET_PKG;
    Following is the code i used to run the package:
    DECLARE
    L_errbuf
    varchar2(240
    L_Retcode
    varchar2(240
    XXGL_INT_BUDGET_PKG
    .XX_GLBUDGET_INT_PRC(101001,L_errbuf,L_Retcode
    DBMS_OUTPUT.PUT_LINE
    (L_errbuf||' AND '||L_Retcode
    I did not find my request in oracle applications GL responsibility.
    Please help.
    Thanks in advance.
    Yash

    Welcome to the Apple Community.
    Unless you mistakenly logged into his account then the most probable explanation is that he is using your ID. As for yours not showing up, have you enabled Find my phone on your device.
    The best thing to do would be to change your password, this will stop him seeing any of your information. Of course this would cause a problem for him if he is using your account since he will get locked out of using his devices when you do this. It could be interesting, he may need to admit what he's been doing and ask you to release his devices so he can use them.

  • Automatically starting of Managed Servers

    Hi, is it possible to start the managed servers without the use of WLST and the admin console automatically?
    I want to make it such that when the Admin Server starts up, a service will run and automatically start the managed servers at a different host via the node manager?
    Is it even possible? Please advise! Thanks!

    Node Manager uses WLST so I'm not sure how else you would plan on using it?
    Node Manager can start your machines in the last known state they were in on reboot using CrashRecoveryEnabled=true:
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html
    Another option is to use the startup/services feature of your OS as Jay described. On *nix you could remotely login to another host and invoke the domain's bin/startManagedWebLogic script directly.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while starting the managed server using nodemanager

    HI ,
    I am getting the below error while starting the managed server from the Admin console. All the serverstart and the node manager proeprties looks fine.
    Below is the error in the managed server log,
    startWebLogic.sh: grep: not found
    startWebLogic.sh: uname: not found
    startWebLogic.sh: test: argument expected
    can you help me to solve the problem please. i am using weblogic 10.3.3
    thanks
    Arun

    I think you've changed and added some lines into your startWebLogic.sh script. Can you put your script here?

  • Facing error in starting managed server from nodemanager

    Hi All,
    I have installed WebLogic server 10.3.4 and installed OSB 11.1.1.4.0. I created domain with one admin server and one managed server for osb. When I started managed server with the startManagedWebLogic command it got started successfully but when I am trying tp start the managed server from nodemanager I am getting the following error
    starting weblogic with Java version:
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    [ERROR] aborted
    JRockit aborted: Unknown error (50)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    Starting WLS with line:
    D:\JDK\JROCKI~1.0\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -Dweblogic.Name=osb_server1 -Djava.security.policy=D:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.system.BootIdentityFile=D:\Oracle_OSB\Middleware\user_projects\domains\osb_domain\servers\osb_server1\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xverify:none -da:org.apache.xmlbeans... -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=D:\ORACLE~1\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server -Dcommon.components.home=D:\ORACLE~1\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1 -Djrockit.optfile=D:\ORACLE~1\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\config\FMWCON~1\servers\osb_server1 -Doracle.domain.config.dir=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\config\FMWCON~1\carml -Digf.arisidstack.home=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=D:\ORACLE~1\MIDDLE~1\USER_P~1\domains\OSB_DO~1\servers\osb_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=D:\ORACLE~1\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\ORACLE~1\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=D:\Oracle_OSB\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://soaspt-app01.scotwat.net:7010 -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\ORACLE~1\MIDDLE~1\patch_wls1034\profiles\default\sysext_manifest_classpath;D:\ORACLE~1\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    [ERROR] aborted
    JRockit aborted: Unknown error (50)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    <11-Mar-2013 13:22:17> <FINEST> <NodeManager> <Waiting for the process to die: 5916>
    <11-Mar-2013 13:22:17> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <11-Mar-2013 13:22:17> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    My nodemanager is started and reachable. The error above says "Address already in use" but I am able to start my managed server through startManagedWebLogic.cmd command.
    Can anyone please tell me what could be the issue. It is really urgent. Please help!!

    Hi Roshni,
    It is likely that a configuration is missing or not set properly in the Node Manager properties file (nodemanager.properties) since the managed server can be started up using startManagedWebLogic.cmd but not with Node Manager. I would complete the following steps to fix the problem:
    1. Go to %WLS_HOME%\common\nodemanager and open up nodemanager.properties (Make a backup of the file first). NOTE: WLS_HOME is your WebLogic Server home.
    2. Look for the parameters "StartScriptEnabled" and "StopScriptEnabled". They should be set to true. If not, please set them to true.
    3. Save and close the file.
    4. Restart the Node Manager
    If you are still unable to start the manager server using Node Manager, you may need to update the DEBUG_PORT parameter in setDomainEnv.cmd located in %MIDDLEWARE_HOME%\user_projects\domains\%DOMAIN_HOME%\bin (always make a backup before changing a configuration file). You may refer to Oracle Support note 1272642.1 for more information about the nodemanager.properties file and how to configure the DEBUG_PORT parameter in setDomainEnv.cmd if needed.
    Thanks,
    Scott (PITSS)
    http://pitss.com/us

  • OSB: problem when starting a managed server in an OSB cluster

    Hi,
    I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the installation (weblogic user and custom passwort). After some time the managed server exists with the following exception:
    ####<21.04.2010 19.25 Uhr CEST> <Critical> <WebLogicServer> <DEMUC10525> <ManagedServer1> <main> <<WLS Kernel>> <> <> <1271870735741> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    What is its problem and how do I fix it? I have not configured anything special in the domain - just the cluster, a single machine and the managed server and admin server targeted at this machine.
    The admin server starts without these problems. I also tried copying the boot.properties from the admin server to the managed server without any success - the same problem.
    Regards
    Dimo
    Edited by: dimo velev on 21.04.2010 11:24

    Hi Anuj,
    it turned out to be an OSB related problem - WLS forum would not have been able to help.
    The startManagedWebLogic script should be run only within an environment which has been correctly setup using the domain setDomainEnv script. This seems to add some classpaths and stuff like this which, if missing, produces the exception - it actually has absolutely nothing to do with the user and password being wrong.
    If you are using a node manager to start the managed servers then it should also be run within an evironment correctly setup with the domain's setDomainEnv script.
    Best regards
    Dimo

  • Error when trying to start managed server from node manager

    I have a managed server which is authenticated through a WeblogicAuthenticProvider. When starting the managed server from command line I need to setup certain jars in the classpath in order to start it successfully. However when I try and start the managed server from a node manager, I receive the following error.
    Any ideas as to what is going on are appreciated. Is there any way to force Weblogic Node manager to invoke the actual startManagedWeblogic.cmd when bringing up the managed server
    Thanks
    <Jun 5, 2006 9:21:05 AM EDT> <Info> <NodeManager@*.*:5555> <Starting Server TweCluster::TaxwareServer1 ...>
    <Jun 5, 2006 9:21:07 AM EDT> <Info> <NodeManager@*.*:5555> <Server TweCluster::TaxwareServer1 started, process id = 3,012>
    <Jun 5, 2006 9:21:11 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://zeus3dev:7001 to check if there exists a running admin server at this URL.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://zeus3dev:7001 to retrieve the initial configuration.>
    <Jun 5, 2006 9:21:16 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea8.1\weblogic81\common\nodemanager\TaxwareServer1\TaxwareServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/taxware/twe/util/crypto/CryptoUtil
    at com.taxware.twe.auth.server.GenericPrincipalValidator.<init>()V(GenericPrincipalValidator.java:41)
    at com.taxware.twe.auth.server.WeblogicPrincipalValidator.<init>()V(WeblogicPrincipalValidator.java:38)
    at com.taxware.twe.auth.server.WeblogicAuthenticationProvider.getPrincipalValidator()Lweblogic.security.spi.PrincipalValidator;(WeblogicAuthenticationProvider.java:188)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:154)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: com/taxware/twe/util/crypto/CryptoUtil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Found a workaround:
    Manually, add PATH (and probably the other environment variables also) to
    ${WLS_HOME}/common/bin/commEnv.sh.

  • Unable to start Managed server from admin console using nodemanager

    I changed the ip address and hostname of the server on which Weblogic Server 10.3.5 is running. After that I am unable to start the managed servers using Admin console. Is there any changes in the nodemanager configuration files which need to be done to start the managed servers from admin console.

    Hi there,
    Can you check the following configuration in Weblogic admin console ?
    1- Check which listen address mentioned under the Machine configuration ( Environment > Machines > select appropriate nodemanager machine >Configuration > Node Manager ). If it is pointing to old host name, change it to new one.
    2- Once you done with Step 1. Check whether the machine is reachable or not. ( Machine > [Your Machine] > Monitoring > status.
    3- If still isuse persists.. Check the managed server startup log files ( for eg:- managedserver1.out under the path $DOMAIN_HOME\Servers\managedserver1\logs directory.
    Thanks
    Lakshman

Maybe you are looking for