PJC Debug - can't start applet

Hi
I have tried using the instructions here
http://www.oracle.com/technology/products/forms/htdocs/howto_debug_pjc.html
to use Jdeveloper to debug a pjc. I am using Jdev 10.1.3 and the instructions haven't been updated for forms 10.1.2. This is the html file I am running
<HTML>
<!-- FILE: debug_pjc.htm (Oracle Forms) -->
<!-- -->
<!-- This is a HTML file used for debugging Pluggable Java Components -->
<!-- update the serverArgs parameter to include your test module -->
<!-- name and any other required Forms arguments -->
<!-- Amend references of 127.0.0.1:8888 to the correct server and -->
<!-- Port number if you are using a remote server -->
<HEAD><TITLE>Debug My PJC</TITLE></HEAD>
<BODY>
<APPLET CODEBASE="w4517:8890/forms/Java"
CODE="oracle.forms.engine.Main"
ARCHIVE="frmall.jar"
WIDTH="1000"
HEIGHT="700">
<PARAM NAME="serverURL" VALUE="http://127.0.0.1:8890/forms/frmservlet">
<PARAM NAME="serverArgs" VALUE="module=test userid=gpd/[email protected]">
</APPLET>
</BODY>
</HTML>
I select the html file in jdev and click the debug button on the toolbar. The applet seems to start but everytime I see the following error:
FRM-92050: Failed to connect to the server http://127.0.0.1:8890/forms/frmservlet:-1
If I paste the URL into my browser the form starts no problem.
BTW does anyone know how to add a single file to a JDev project. I had to add the forms/java directory to my project to get the html file into my project - this has resulted in much file clutter in my project when all I wanted was one file!
thanks
paul

Hi,
the serverURL shouldn't point to the Forms Servlet but the FormsListenerServlet. The Forms servlet only compses th starting HTML file, which you already have. Point it to the Forms Listener Servlet (check teh default value in formsweb.cfg) and it should gets you going
Frank

Similar Messages

  • The program can't start because api-ms-win-core-debug-l1-1-1.dll is missing

    I was recently asked to convert several APP-V 4.6 sequences to APP-V 5.0 SP2 sequences.  On a development workstation, I ran the Test-AppvLegacyPackage command against the APP-V 4.6 sequences to detect potential issues.  Next, I ran the
    ConvertFrom- AppvLegacyPackage command to create the APPV file for the APP-V 5 sequence. 
    I added the converted APP-V 5 sequence in Configuration Manager 2012 R2 as an APP-V deployment type.  For testing, I installed the Configuration Manager 2012 client on a test VM, installed Windows Management Framework 3.0 for PowerShell 3.0 support,
    and finally the APP-V 5.0 SP2 client.  I created a deployment to the test VM and after it installed, I got the following error on most of the sequences that I converted: "The program can't start because api-ms-win-core-debug-l1-1-1.dll is missing
    from your computer.  try reinstalling the program to fix this problem".
    I have very little application virtualization experience at this point so I do not know how to troubleshoot this issue.  Any help is appreciated.

    Hello,
    I would identify the following;
    1. Which applications are receiving the error?
    2. How where they sequenced?
    3. Where is that file coming from?
    4. Why do these applications require the file?
    5. Why is that file now missing?
    After answering these questions, finding a way forward will most likely be easier
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Issue: 'Start Applet not initialized'.

    I can't debug this program? Can you help?
    Thanks!
    import java.text.NumberFormat;
    public class Account
    private final double RATE = 0.035; // interest rate of 3.5%
    private long acctNumber;
    private double balance;
    private String name;
    // Sets up the account by defining its owner, account number,
    // and initial balance.
    public Account (String owner, long account, double initial)
    name = owner;
    acctNumber = account;
    balance = initial;
    // Deposits the specified amount into the account. Returns the
    // new balance.
    public double deposit (double amount)
    balance = balance + amount;
    return balance;
    // Withdraws the specified amount from the account and applies
    // the fee. Returns the new balance.
    public double withdraw (double amount, double fee)
    balance = balance - amount - fee;
    return balance;
    // Adds interest to the account and returns the new balance.
    public double addInterest ()
    balance += (balance * RATE);
    return balance;
    // Returns the current balance of the account.
    public double getBalance ()
    return balance;
    // Returns a one-line description of the account as a string.
    public String toString ()
    NumberFormat fmt = NumberFormat.getCurrencyInstance();
    return (acctNumber + "\t" + name + "\t" + fmt.format(balance));
    }

    AndrewThompson64 wrote:
    Melanie_Green wrote:
    robert_png wrote:
    I'm afraid I don't understand what you meant.
    When I compile the program, there's no bug. But when try to run it, it says "Start applet cannot be initialized".
    Why is that? I'm new to Java..Maybe because the Class you are trying to run is not an applet? Possibly, but the OP posted the Account class, whereas the Start class has not yet been revealed. That is one of the reasons I suggested an SSCCE.
    BTW I spotted a bug in your code above.You did. OTOH the OP has more imperative problems to fix, before they can 'understand the wisdom'(1) of your comment. ;)
    1) By which I mean, see it fail for the reasons you outlined.I usually expect to find the context of a problem to be outlined in the form of an explanation or question inside a thread. I guess I should pay more attention to the title.
    =) Mel

  • Can Web Start call earlier installed versions on client machine?

    Can Web Start invoke earlier installed versions of the
    JRE on a client machine, without invoking a download?
    I ask because I have tried to so, unsuccessfully,
    using the versions attribute of the j2se element.
    In the usenet thread 'Jar test, with 1.4 VM?',
    Usenet Message ID:
    [email protected]
    http://groups.google.com/groups?selm=1170640609.025666.236030@s48g2000cws.googlegroups.com
    (follow the Google link at the top, to the thread)
    I was attempting to confirm that a Jar file I
    was deploying, was 1.4 compatible.
    The test failed, because despite that the (1)
    user who attempted it had a working 1.4.2 install,
    the JNLP file (which declared version='1.4'),
    was prompting for a download. The user was
    not prepared to do that, understandably -
    that was exactly what I was trying to avoid
    doing, myself.
    Since then, I did further testing locally -
    trying to get a 1.5 launch when my current
    Java is 1.6 - I have a number of 1.5 versions.
    No request for '1.5', '1.5.0_08' or '1.5*' worked
    (OK - that last one was just a WAG*), every time
    I was prompted for download (which also failed,
    as an aside!).
    What am I getting wrong?
    Do I misunderstand the intent of the j2se element
    finding earlier verions? Is it only versions that
    were installed by web start?
    Is my understanding of how to use the version
    attribute, incorrect?
    * Where are the detailed instructions on the
    allowable forms of the version attribute?
    Neither the spec. nor developers guide seem
    to go into it in any detail. Some of the forms
    I have seen around the forum were (AFAIR)..
    <!-- Suggests 1.4 preferred? -->
    version="1.4 1.5+"
    <!-- Suggests 1.4 only? -->
    version="1.4"
    <!-- Suggests 1.4.2 preferred, if microversion
    13+ is found, else 1.5+? -->
    version="1.4.2_13+ 1.5+"FWIW - here is the JNLP I am currently using
    for the test, it is 'live and public'..
    <?xml version='1.0' encoding='UTF-8' ?>
    <!--
    If you see this message in your browser, it means the
    browser is not correctly set up to handle the JNLP file
    type, that launches Java applications within a secure
    environment, that cannot access your computer, or data.
    To get the browser (and PC) correctly set up to handle
    this type of file, visit ..
      http://www.java.com/
    ..to install the free, secure, Java Plug-In made
    by Sun Microsystems.
    -->
    <jnlp spec='1.0'
        codebase='http://www.athompson.info/family/'
        href='thompson-1.4.jnlp'>
      <information>
        <title>Thompson Family Genealogy</title>
        <vendor>Andrew Thompson</vendor>
        <description kind='one-line'>
          The ancestors of William Robert Ramshaw Thompson
        </description>
        <offline-allowed />
        <shortcut online='false'>
          <desktop/>
        </shortcut>
      </information>
      <resources>
        <j2se
          version="1.4"
          href="http://java.sun.com/products/autodl/j2se" />
        <jar href='genj-applet.jar' main='true' />
      </resources>
      <applet-desc
        main-class='genj.applet.Applet'
        name='genealogy'
        codebase='./index.html'
        width='300'
        height='170'
        >
          <param name='GEDCOM' value='thompson.ged' />
          <param name='ZIP' value='thompson.zip' />
      </applet-desc>
    </jnlp>

    Using your tips, I was able to find the 1.5
    JRE's listed in the Java control panel
    (of an XP Pro box) and see they had no
    checkmark for 'enabled'.
    After enabling 1.5.0_08, I was successfully
    able to launch the application (OK - applet
    really) using the 1.5.0_08 JRE.
    Thanks.
    As an aside, I had to specify '1.5.0_08'
    exactly to get that JRE. This is fine for
    local testing, but sometimes it is handy
    to ask others to help test via the web,
    and it would be nice if I could make it less
    specific (e.g. '1.5', to get any installed
    and enabled JRE that is a 1.5 variant)
    Do I understand wrong? Should that work,
    to specify '1.5' and get a '1.5.0_08' JRE that
    is installed and enabled?

  • Adding a goemetry object in an already started applet, behvior ?

    Hello there,
    I would like to add a geometric form (cube, box, cone etc..) in an already
    started applet. I think creating a specific behavior would be the most
    appropriate.
    Has anybody done this kind of thing before ?
    Many thanks.
    Gwena�l

    Great thread! I am having difficulty with removing objects from a scene graph. See source code below:
    addTarget creates a grpahicsObject (class consisting of some data, mainly a 3d object which is attached to a transformGroup).
    //function to add an aircrafat to display
         //attemps to create the aircraft in the specified location
         //returns false if the spot is not null
         public boolean addTarget(int location, float x, float y, float z)
              if(targets[location]!=null)
                   return false;
              //create transform vector
              Vector3f targetTransform = new Vector3f(x,y,z);
              //create the object
              targets[location]= new GraphicsObject(targetTransform, TARGET_COLOR);
              //add it to the scene graph
              sadist.addObject(targets[location].getTransformGroup());
              return true;
    //sadist is an object that contains my universe and pretty much controls my display
    //the add object code adds the created to the scene graph by adding the transform group to a newly created branchgroup and than adding that to the mother branchgroup. The mother branchgroup was attached to the simple universe object (see code snipit)
    private Applet CreateWorld()
              setLayout(new BorderLayout());
         //create a new canvas
         Canvas3D canvas3D = new Canvas3D(null); // NEED TO PASS IN SOMETHING
         //add canvas to applet
         add("Center", canvas3D);
         BranchGroup scene = createSceneGraph();
         mother = new BranchGroup();
              mother.setCapability(BranchGroup.ALLOW_DETACH);
              mother.setCapability(Group.ALLOW_CHILDREN_READ);
         mother.setCapability(Group.ALLOW_CHILDREN_WRITE);
         mother.setCapability(Group.ALLOW_CHILDREN_EXTEND);
         mother.addChild(scene);
         // SimpleUniverse is a Convenience Utility class
         // code reuse saves time
         simpleU = new SimpleUniverse(canvas3D);
              ViewingPlatform vp = simpleU.getViewingPlatform();
              TransformGroup steerTG = vp.getViewPlatformTransform();
              //create my transform
              Transform3D t3d = new Transform3D();
              steerTG.getTransform(t3d);
              //lookAt( from here, look here, vector up)
              t3d.lookAt( new Point3d (2,2,2),
                             new Point3d (0,0,0),
                             new Vector3d(0,1,0) );
              t3d.invert(); //inverted since the position is relative to the viewer
              //set the transform for the transform group
              steerTG.setTransform(t3d);
              simpleU.addBranchGraph(mother);
         return(this);
         //function to add transofrm group to scene graph
         public void addObject(TransformGroup object)
              //should I create a new branch graph, add the transform group, and then
              //add that to the simple u
              //I don't think this is right as I have no real way of identifying this
              //I need to look into a removeChild or something
              //could result in 1000's of null nodes on scene graph
              //yuck...
              System.out.println("going to add the transformg group to the branchgroup");
              BranchGroup t = new BranchGroup();
              t.setCapability(BranchGroup.ALLOW_DETACH);
              t.setCapability(Group.ALLOW_CHILDREN_READ);
              t.setCapability(Group.ALLOW_CHILDREN_WRITE);
         t.setCapability(Group.ALLOW_CHILDREN_EXTEND);
              t.addChild(object);
              t.compile();
              //simpleU.addBranchGraph(t);
              mother.addChild(t);
    When I run the code with a tester function I can add the objects just fine but when I try to remove them (see code below) it doesn�t work.
    //removal of targets will take place
         public void removeObject(int location) throws CapabilityNotSetException
              try
                   //I tried detaching the branchgroup via the detach() function
                   //howeve that wasn't successful either.
                   mother.removeChild(location);
              catch(CapabilityNotSetException e)
                   throw e;
    Any advice you could give would be great.
    Thanks,
    Mike

  • Can't start Foundation Services on Windows XP, Essbase 11.1.2

    Installation and & configuration were fine and everything worked for a while. Machine was rebooted. After that, I tried : "EPM System Start" from start menu, but it fails starting foundation services. I tried starting only Foundation services ... It is the same. In the starter log I can see:
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_11\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml with URI = file:/C:/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Setting ro project property: ant.project.name -> start engine
    Adding reference: start engine
    Setting ro project property: ant.file.start engine -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Project base dir set to: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance
    +Target:
    +Target: start
    +Target: stop
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    [property] Loading Environment env.
    Setting project property: env.TEMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.INIT_PARAM -> EssbaseAdminServices.properties
    Setting project property: env.JAVA_HOME -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    Setting project property: env.CLASSPATH -> .;C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\lib;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\lib;C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar;
    Setting project property: env.day -> 18
    Setting project property: env.ProgramFiles -> C:\Program Files
    Setting project property: env.Path -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0;C:\Oracle\Middleware\EPMSystem11R1/products/Essbase/EssbaseServer/bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient;;C:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0;C:\Oracle\Middleware\ohs\bin;C:\Oracle\Middleware\ohs\opmn\bin;C:\Oracle\Middleware\ohs\opmn\lib;C:\Oracle\Middleware\ohs\perl\bin;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.0\Drivers;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server\bin;C:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\bin;C:\WINDOWS\system32C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\bin;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin;
    Setting project property: env.SESSIONNAME -> RDP-Tcp#1
    Setting project property: env.EPM_ORACLE_INSTANCE -> C:\Oracle\Middleware\user_projects\epmsystem1
    Setting project property: env.SystemRoot -> C:\WINDOWS
    Setting project property: env.EPM_ORACLE_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.USERNAME -> apsarch
    Setting project property: env.APS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps
    Setting project property: env._JAVACMD -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin\java.exe
    Setting project property: env.PROCESSOR_LEVEL -> 15
    Setting project property: env.VSEDEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.FP_NO_HOST_CHECK -> NO
    Setting project property: env.USERPROFILE -> C:\Documents and Settings\apsarch
    Setting project property: env.PROCESSOR_REVISION -> 0209
    Setting project property: env.timestamp -> 20100618T052007
    Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
    Setting project property: env.ANT_CMD_LINE_ARGS -> -debug -f C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml start -logfile C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\starter\starter20100618T052007.log
    Setting project property: env.HOMEPATH -> \Documents and Settings\apsarch
    Setting project property: env.HYPERION_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.minute -> 20
    Setting project property: env.PROCESSOR_ARCHITECTURE -> x86
    Setting project property: env.OS -> Windows_NT
    Setting project property: env.EAS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server
    Setting project property: env.CLIENTNAME -> Console
    Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe
    Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.dow -> Fri
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.ESSLANG -> English_UnitedStates.Latin1@Binary
    Setting project property: env.HOMEDRIVE -> C:
    Setting project property: env.year -> 2010
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 15 Model 2 Stepping 9, GenuineIntel
    Setting project property: env.APPDATA -> C:\Documents and Settings\apsarch\Application Data
    Setting project property: env.ESSBASEPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.NUMBER_OF_PROCESSORS -> 1
    Setting project property: env.month -> 06
    Setting project property: env.second -> 07
    Setting project property: env.ANT_HOME -> C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0
    Setting project property: env._USE_CLASSPATH -> yes
    Setting project property: env.DEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.ARBORPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.SystemDrive -> C:
    Setting project property: env.TMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.USERDOMAIN -> RYLIU-TEST
    Setting project property: env.tvdebugflags -> 0x20805
    Setting project property: env.hour -> 05
    Setting project property: env.windir -> C:\WINDOWS
    Setting project property: env.COMPUTERNAME -> RYLIU-TEST
    Setting project property: env.LOGONSERVER -> \\RYLIU-TEST
    Class com.hyperion.cis.ant.starter.StarterEngine loaded from parent loader (parentFirst)
    +Datatype starter com.hyperion.cis.ant.starter.StarterEngine
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `start' is [start]
    Complete build sequence is [start, stop, ]
    start:
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@b9b538[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@1e1a408,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:20:16 PDT 2010
    [starter] End time: Fri Jun 18 05:30:11 PDT 2010. Delay : 595063ms
    [starter] Operation 'start' wasn't completed
    [starter] Starting component: EssbaseAdminServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1835282[name=HyS9eas,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@9df354,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:30:16 PDT 2010
    [starter] End time: Fri Jun 18 05:40:11 PDT 2010. Delay : 595313ms
    [starter] Operation 'start' wasn't completed
    BUILD SUCCESSFUL
    Total time: 20 minutes 1 second
    I need to run Admin Services Console & essmsh. If I try to run Admin Service Console it has error: "Could not connect to admin server" and after thae "EAS server not available". How can I start Essbase? After reboot, I can see only Hyperion Integration service started - all others not (they are set to Automatic start). Also, I see ESSBASE.exe process and couple of opmn.exe ...
    Does anything else has to be started before starting EPM System start script? I really appreciate any help!

    Can't you install Essbase 11.1.1.x to not use Shared Services?
    From the 11.1.1.3 install guide:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must configure the Oracle's Hyperion Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, see “Setting Up the Shared Services Registry Without Installing Shared Services” on page 112.And from page 112:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must still configure the Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, you run EPM System Configurator from the command line using the –forceRegistry option. This option forces the “Shared Services and Registry Database Configuration” page to display during configuration so you can enter database details for the Shared Services Registry. EPM System Configurator populates the database with tables for the Shared Services Registry, but not for Shared Services.I'm pretty sure people are running Essbase on XP boxes. That includes EAS, and maybe APS for SmartView, and that's pretty much it.
    For sure XP isn't a supported environment.
    Regards,
    Cameron Lackpour

  • Can't start device-manager.exe under Vista

    Can't start C:\Program Files\NetBeans 6.9\javafx\javafx-sdk\emulator\mobile\bin\device-manager.exe under Vista 32. It works fine under Windows XP
    error is java.net.BindException: Address already in use: JVM_Bind
    I changed C:\Program Files\NetBeans 6.9\javafx\javafx-sdk\emulator\mobile\toolkit-lib\modules\bootstrap\conf\system.properties
    I tried
    device-manager.object-registry.host: 127.0.0.1
    device-manager.object-registry.port: 61309
    no success
    my C:\Windows\System32\drivers\etc\hosts consists
    127.0.0.1 localhost
    ::1 localhost
    error output is
    [   2408] DEBUG - un.jme.toolkit.bootstrap.Batch - Called create on cldc-ConnMg
    rBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling create on cldc-Midle
    tMgrBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Called create on cldc-Midlet
    MgrBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling create on cldc-Profi
    lerBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Called create on cldc-Profil
    erBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling create on cldcnokdp-
    ConnMgrBridgeFactory
    [   2409] DEBUG - un.jme.toolkit.bootstrap.Batch - Called create on cldcnokdp-C
    onnMgrBridgeFactory
    [   2410] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling create on cldcnokdp-
    MidletMgrBridgeFactory
    [   2410] DEBUG - un.jme.toolkit.bootstrap.Batch - Called create on cldcnokdp-M
    idletMgrBridgeFactory
    [   2410] INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [   2410] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling start on DeviceAddre
    ssManager
    [   2419] DEBUG - un.jme.toolkit.bootstrap.Batch - Called start on DeviceAddres
    sManager
    [   2419] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling start on DeviceRegis
    trationNotifier
    [   2419] DEBUG - un.jme.toolkit.bootstrap.Batch - Called start on DeviceRegist
    rationNotifier
    [   2419] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling start on HttpServer
    [   2494] DEBUG - un.jme.toolkit.bootstrap.Batch - Called start on HttpServer
    [   2494] DEBUG - un.jme.toolkit.bootstrap.Batch - Calling start on RapiClientS
    ervice
    [   2500] ERROR - sun.kvem.tools.http.HttpServer - java.net.BindException: Addr
    ess already in use: JVM_Bind
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.bind(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at com.sun.kvem.tools.http.HttpServer.createServerSocket(Unknown Source)
    at com.sun.kvem.tools.http.HttpServer.run(Unknown Source)
    [   2547] ERROR - sun.kvem.tools.http.HttpServer - java.net.BindException: Addr
    ess already in use: JVM_Bind
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    ...

    I am having the same problem here with Windows 7 64bit. Why are most of Oracle forum posts are left unanswered. Found many people having similar problems, but nobody seems to have the answer. Anybody, please help
    Thank you in advance
    Regards,
    pra

  • Can't start OC4J container

    Hi! I can't start my OC4J container. I've pasted here the error message.
    Can anyobody help me? Thanks.
    C:\Documents and Settings\zoli>java -jar "C:\Program Files\Jdeveloper 10.1.3\j2e
    e\home\oc4j.jar"
    2006-10-09 14:10:29.031 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/Program Files/Jdeveloper 10.1.3/
    j2ee/home/config/jms.xml]
    06/10/09 14:10:29 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/Program Files/Jdeveloper 10.1.3
    /j2ee/home/config/jms.xml]
    2006-10-09 14:10:29.046 ERROR J2EE OJR0011 Exception starting JMS server: Failed
    to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConf
    ig[file:/C:/Program Files/Jdeveloper 10.1.3/j2ee/home/config/jms.xml]
    2006-10-09 14:10:32.484 WARNING J2EE JNDI0001 Resource Environment reference jms
    /store not found. Allowing J2EEContext creation to continue anyway.
    2006-10-09 14:10:32.484 WARNING J2EE JNDI0001 Resource Environment reference jms
    /eventQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-10-09 14:10:32.484 WARNING J2EE JNDI0001 Resource Environment reference jms
    /notificationQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-10-09 14:10:32.562 WARNING J2EE JNDI0001 Resource Environment reference jms
    /eventQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-10-09 14:10:32.578 WARNING J2EE JNDI0001 Resource Environment reference jms
    /notificationQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-10-09 14:10:32.578 ERROR J2EE EJB3027 [default] An error occured deploying
    EJB module: java.lang.InstantiationException: Resource exception(OracleASjms) fo
    r MessageDrivenBean event during endpoint activation: failure looking up Connect
    ionFactoryJndiName:jms/XAQueueConnectionFactory: javax.resource.spi.ResourceAdap
    terInternalException: Looking up jms/XAQueueConnectionFactory: javax.naming.Name
    NotFoundException: jms/XAQueueConnectionFactory not found
    06/10/09 14:10:32 WARNING: Application.setConfig Application: default is in fail
    ed state as initialization failedjava.lang.InstantiationException: Error initial
    izing ejb-modules: Resource exception(OracleASjms) for MessageDrivenBean event d
    uring endpoint activation: failure looking up ConnectionFactoryJndiName:jms/XAQu
    eueConnectionFactory: javax.resource.spi.ResourceAdapterInternalException: Looki
    ng up jms/XAQueueConnectionFactory: javax.naming.NameNotFoundException: jms/XAQu
    eueConnectionFactory not found
    Oct 9, 2006 2:10:32 PM com.evermind.server.Application setConfig
    WARNING: Application: default is in failed state as initialization failedjava.la
    ng.InstantiationException: Error initializing ejb-modules: Resource exception(Or
    acleASjms) for MessageDrivenBean event during endpoint activation: failure looki
    ng up ConnectionFactoryJndiName:jms/XAQueueConnectionFactory: javax.resource.spi
    .ResourceAdapterInternalException: Looking up jms/XAQueueConnectionFactory: java
    x.naming.NameNotFoundException: jms/XAQueueConnectionFactory not found
    2006-10-09 14:10:32.640 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@128340.
    06/10/09 14:10:32 Error initializing server: Error initializing ejb-modules: Res
    ource exception(OracleASjms) for MessageDrivenBean event during endpoint activat
    ion: failure looking up ConnectionFactoryJndiName:jms/XAQueueConnectionFactory:
    javax.resource.spi.ResourceAdapterInternalException: Looking up jms/XAQueueConne
    ctionFactory: javax.naming.NameNotFoundException: jms/XAQueueConnectionFactory n
    ot found
    2006-10-09 14:10:34.000 WARNING J2EE JTA RecoveryManager is null during shut
    down
    06/10/09 14:10:34 Fatal error: server exiting
    C:\Documents and Settings\zoli>

    Hello,
    You are hitting a known issue that has been fixed in OC4J 10.1.3.1.
    The work around is to remove the *.lock file in the $ORACLE_HOME/j2ee/home/persistence directory.
    Let me know if that does not work after this.
    Regards
    Tugdual Grall

  • Can't start manager server on other machine from admin console

    hi, m fredzh
    i have weblogic 10.3.2 where i created a cluster named cluster1 on production mode
    the machines and servers list as follow:
    cluster1 192.168.1.100
    --machine1
    --server1 192.168.1.100
    --machine2
    -server2 192.168.1.101
    i create nodemanager on machine2, and set the type as ssl, the listener address 192.168.1.101,
    then login on 192.168.1.101, and run wlst.sh , nmEnroll and then start startNodemanaged.sh ..
    start server2 on the admin console(on 192.168.1.100), failed and the log as follow:
    can anbody help me, thank you..
    ==============================================================================
    <Critical> <WebLogicServer> <localhost.localdomain> <managerServer2> <main> <<WLS Kernel>> <> <> <1286788326928> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:175)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:991)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:709)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(PrivilegedActions.java:62)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(SecurityServiceManager.java:1098)
    at weblogic.security.service.SecurityServiceManager.getServerID(SecurityServiceManager.java:1111)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(SecurityServiceManager.java:602)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:284)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:250)
    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)
    Caused By: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:991)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:709)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(PrivilegedActions.java:62)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(SecurityServiceManager.java:1098)
    at weblogic.security.service.SecurityServiceManager.getServerID(SecurityServiceManager.java:1111)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(SecurityServiceManager.java:602)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:284)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:250)
    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)
    Caused By: weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:125)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:173)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:991)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:709)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(PrivilegedActions.java:62)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(SecurityServiceManager.java:1098)
    at weblogic.security.service.SecurityServiceManager.getServerID(SecurityServiceManager.java:1111)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(SecurityServiceManager.java:602)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:284)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:250)
    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)
    Edited by: fredzh on 2010-10-12 下午6:54

    hi,Jay
    i followed the steps as follow:
    1、change prod mode to dev
    2、modified the config.xml entrys on the all two servers:
    <node-manager-password-encrypted>test</node-manager-password-encrypted>
    <credential-encrypted>test</credential-encrypted>
    <embedded-ldap>
    <name>cluster_domain</name>
    <credential-encrypted>test</credential-encrypted>
    </embedded-ldap>
    3、enrolled the node, then started the two adminservers, started server2's nodemanager..server2 can be started from the cluster admin console.
    4、change the dev mode to prod mode on admin console, it failed throw error:
    "in production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean"
    i checked the config.xml ,the entrys i had changed were not aotomatically encrypted,may i manually encryp the clear text value? ..follow is the config.xml :
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
    <name>cluster_domain</name>
    <domain-version>10.3.2.0</domain-version>
    <security-configuration>
    <name>cluster_domain</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <anonymous-admin-lookup-enabled>false</anonymous-admin-lookup-enabled>
    <credential-encrypted>test</credential-encrypted>
    <web-app-files-case-insensitive>false</web-app-files-case-insensitive>
    <compatibility-connection-filters-enabled>false</compatibility-connection-filters-enabled>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>test</node-manager-password-encrypted>
    <principal-equals-case-insensitive>false</principal-equals-case-insensitive>
    <principal-equals-compare-dn-and-guid>false</principal-equals-compare-dn-and-guid>
    <downgrade-untrusted-principals>false</downgrade-untrusted-principals>
    <enforce-strict-url-pattern>true</enforce-strict-url-pattern>
    <cross-domain-security-enabled>false</cross-domain-security-enabled>
    </security-configuration>
    <jta>
    <security-interop-mode>default</security-interop-mode>
    </jta>
    <server>
    <name>AdminServer</name>
    <ssl>
    <hostname-verifier xsi:nil="true"></hostname-verifier>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <export-key-lifespan>500</export-key-lifespan>
    <client-certificate-enforced>false</client-certificate-enforced>
    <two-way-ssl-enabled>false</two-way-ssl-enabled>
    <ssl-rejection-logging-enabled>true</ssl-rejection-logging-enabled>
    <inbound-certificate-validation>BuiltinSSLValidationOnly</inbound-certificate-validation>
    <outbound-certificate-validation>BuiltinSSLValidationOnly</outbound-certificate-validation>
    <allow-unencrypted-null-cipher>false</allow-unencrypted-null-cipher>
    <use-server-certs>false</use-server-certs>
    </ssl>
    <listen-port>7110</listen-port>
    <listen-address></listen-address>
    </server>
    <server>
    <name>server2</name>
    <machine>machine2</machine>
    <listen-port>7110</listen-port>
    <listen-address>192.168.1.101</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>/opt/jdk1.6.0_21</java-home>
    <bea-home>/root/Oracle/Middleware</bea-home>
    <root-directory>/root/Oracle/Middleware/user_projects/domains/cluster_domain</root-directory>
    <username>weblogic</username>
    <password-encrypted>{AES}xhSI75AxXtXdMrCXRgA2uY5pfcxUGE9X4YXTjfe1XEY=</password-encrypted>
    </server-start>
    </server>
    <embedded-ldap>
    <name>cluster_domain</name>
    <credential-encrypted>test</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.2.0</configuration-version>
    <machine xsi:type="unix-machineType">
    <name>machine2</name>
    <node-manager>
    <nm-type>SSL</nm-type>
    <listen-address>192.168.1.101</listen-address>
    <listen-port>5556</listen-port>
    <debug-enabled>false</debug-enabled>
    </node-manager>
    </machine>
    <admin-server-name>AdminServer</admin-server-name>
    </domain>
    Edited by: fredzh on 2010-10-13 下午7:57

  • Can't start OMS (GC 11g)

    Hi guys!
    Today I can't start GC:
    Oracle Management Server is Down
    [oracle@oem ohs1]$ /opt/oracle/mware/oms11g/bin/emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Error Occurred: startOMS failed. Check error and log files.In emctl.log:
    2011-05-12 15:43:49,481 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Failed to connect to node manager after starting it
    2011-05-12 15:43:49,481 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Failed to start node manager
    2011-05-12 15:43:49,482 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Exception:  exceptions.SystemExit  value:
    2011-05-12 15:43:49,483 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>
    2011-05-12 15:43:49,484 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>_END_
    2011-05-12 15:43:49,484 [Thread-2] INFO  wls.OMSController run.1094 - <ERR>_END_
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.988 - wlst process is finished
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.990 - wlst process exited with code 125
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.992 - wlst outstream joined
    2011-05-12 15:43:50,102 [main] INFO  wls.OMSController processCmd.994 - wlst errstream joined
    2011-05-12 15:43:50,103 [main] DEBUG oms.StatusOMSCmd processStatusOMS.138 - HTTP port in emgc property file: 7202
    2011-05-12 15:43:50,104 [main] DEBUG oms.StatusOMSCmd processStatusOMS.139 - HTTPS port in emgc property file: 7301
    2011-05-12 15:43:50,104 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2011-05-12 15:43:50,167 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://oem.host.local:7202/em/console/logon/logon
    2011-05-12 15:43:50,189 [main] INFO  oms.StatusOMSCmd processStatusOMS.233 - Failed to connect to em login page
    2011-05-12 15:43:50,189 [main] INFO  oms.StatusOMSCmd processStatusOMS.234 - Connection refused
    2011-05-12 15:43:50,189 [main] INFO  wls.OMSController statusOMS.950 - statusOMS finished with result: 8
    2011-05-12 15:43:50,189 [main] ERROR wls.OMSController main.258 - OMSController failed for start oms
    2011-05-12 15:43:50,191 [main] ERROR wls.OMSController main.259 - OMSController Error: startOMS failed. Check error and log files.
    java.lang.Exception: startOMS failed. Check error and log files.
            at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:599)
            at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:213)Thanks in advance!
    Sincerely,
    Pavel.

    I solved this issue:
    file nodemanager.domains didn't exist in $OWS_HOME/emnodemanager, but existed in $OWS_HOME/nodemanager. I did cp and oms start successfully. Who dropped this file I don't know :(
    Sincerely,
    Pavel.

  • Start:applet not initilaized error

    Hi friends,
    I'm getting Start:applet not initilaized error when i'm running a program...
    saved a notepad file as Testloan.java used javac Testloan.java and appletviewer Testloan.java to execute the applet here is my code...
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.Applet;
    <html>
    <applet code="Testloan.class" width=300 height=100>
    </applet>
    </html>
    public class Testloan extends Applet implements ActionListener
    TextField t1,t2,t3;
    Label lp,lr,lmp;
    Button b1,b2;
         public void init()
         lp=new Label("Principal");
         lr=new Label("Rate");
         lmp=new Label("Payment");
         add(lp);
         add(lr);
         add(lmp);
         t1=new TextField();
         add(t1);
         t2=new TextField();
         add(t2);
         t3=new TextField();
         add(t3);
         b1=new Button("submit");
         add(b1);
         b1=new Button("Exit");
         add(b2);
         b1.addActionListener(this);
    b2.addActionListener(this);
    public void start() {
    //win.setVisible(true);
    public void stop() {
    //win.setVisible(false);
    public static int months(int principal,double rate,int payment)
              Testloan tl=new Testloan();
              principal=Integer.parseInt(tl.t1.getText());
              rate=Double.parseDouble(tl.t2.getText());
              payment=Integer.parseInt(tl.t3.getText());
              int p=principal;
              double eRate = rate / 1200.0;
              int month =0,np=1;
                   while(np>0)
                   month = month + 1;
                   np= (int) (p*(1+eRate)-payment );
                   System.out.println(np+"/n");
                   p = np;
              return month;
    public void actionPerformed(ActionEvent e)
    String cmd = e.getActionCommand();
    }

    First, the code you posted was mangled by the forum formatting software. When you post code, select it and click the CODE button above the typing area, which will prevent that, and maintain your formatting.
    When you ran the appletviewer program from the cmd window, error information was posted to it by the java command. Did you look at it? It says that you have a NullPointerException at this line
    add(b2);because there's a typo in this line
    b1 = new Button("Exit");which should have assigned a value to b2, not b1
    Read and understand the error messages that java creates, they almost always point exactly at the problem and allow you to debug the cause.

  • Can't start static form in IE5 or Netscape

    I posted this earlier with a misleading subject.
    I am running Forms Server using IIS4 on Windows NT; all the services start successfully. I had an initial problem with the class path resolved by copying classes.zip into the java virtual directory and referencing it in the ARCHIVE parameter in my static HTML.
    Now when I start my static HTML page in IE5, it brings up the Developer splash screen and does nothing else, no form displays. When I start the page in Netscape Navigator 7, I get a message saying the applet can't start: ERROR.
    What am I missing?
    null

    I've cross-checked everything. Here's the HTML with JInitiator tags. I cut and pasted the serverargs right into a shortcut and was able to run the project application just fine, so the forms directory is correctly registered in the FORMS60_PATH registry entry. I'm still at a loss.
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <title>Developer Server and Oracle JInitiator</title>
    <!-- FILE: static_jinit.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Tags and parameters have been modified for Oracle JInitiator -->
    </head>
    <body>
    <p><object classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"
    codebase="http://dynein/html/jinit.exe#Version=1,1,7,11"
    align="baseline" border="0" width="700" height="580">
    <param name="comIPersistStreamData" value><embed align="baseline" border="0" width="700" height="580" type="application/x-jinit-applet;version=1.1.7.11" java_code="oracle.forms.engine.Main" java_codebase="/codebase/" java_archive="/codebase/f60all.jar" serverport="9000" serverargs="module=project" serverapp="default" lookandfeel="oracle" colorscheme="teal" splashscreen="no" background="no" separateframe="true" pluginspage="http://dynein/html/jinit_download.htm">
    <noembed> </COMMENT> </noembed> </object> </p>
    </body>
    </html>
    null

  • How Can I Start And Start And DebugTomcad in Jdeveloper12C

    Hi
    How Can I Start And Start And Debug Tomcad Application Server in Jdeveloper12C.

    I'm not sure if this extension will work in 12c - but you can download the code and try and upgrade it to 12c - https://blogs.oracle.com/shay/entry/tomcat_extensions_for_jdevelop_1
    You can also just add command line short-cuts to start Tomcat to the tools->External tools option in Jdeveloper.

  • ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022

    제품 : FIN_GL
    작성날짜 : 2004-05-20
    ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022
    ===============================================================
    Problem Description
    Account Hierarchy Manager 실행시 아래와 같이 JBO-27022 error발생하면서,
    해당 기능을 사용할 수 없을 경우에 대한 원인 및 조치사항에 대해 언급한다.
    Navigation PATH : GL Setup -> Accounts -> Manager
    Error내용
    oracle.jbo.AttributeLoadException: JBO-27022: java.sql.SQLException(?ㅈ)ㅇㅙ ?ㅙㅔ?
    java.lang.String ?ㄿㅔ??ㅔ Java ㅀㅄㅐㅌㅈㄶ ㅋ???ㅔㅚ?ㄹ 13 ?ㅙㅅㄶㅍㅊ?ㄱㅌㄽ ㅀㄺ?ㅋ ㅇㅙㅅ¥ㅔㅚㅄㅏ ㅅㄵ
    ㅍㅔㅓ?ㅔ?ㅍ?ㅄㅚㅄ?.
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.lang.RuntimeException.<init>(RuntimeException.java:39)
         at oracle.jbo.JboException.<init>(JboException.java:354)
    ## Detail 0 ##
    java.sql.SQLException: UTF8ㅀ? UCS2 ㅀㄳ?ㄱ ㅌㄽㅇㅙ ㅊㄿ?ㄿㅔㅛ ㅌ? ㅎ?ㅍ?ㅄㅚㅄ?: failUTF8Conv
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.sql.SQLException.<init>(SQLException.java:43)
    Solution Description
    GL setup->financial->flexfileds->key -> segments 화면의
    Structures region에서 Title에 입력된 Data가 20 chars(한글은 10글자)를 넘으면
    위와 같은 Error가 발생한다.

    Can you get us somehow a stack? maybe this can help narrowing down the real problem.
    thx clemens

  • OEM 12C OMS can't start after applied virtulization plug-in in the OMS

    HI,
    I just applied a virtualization plug-in in OEM 12C OMS,
    Unfortunately, it can’t start now after applied, how can I resolve this error?
    Any help is highly appreciated!!
    [oracle@emdb bin]$ ./emctl start oms
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Down
    This may be due to the following plugin being deployed/undeployed on the management server:
    Plugin name: : Oracle Virtualization
    Version: : 12.1.0.1.0
    ID: : oracle.sysman.vt
    Use 'emctl status oms -details' for details.
    Please check /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    [oracle@emdb bin]$ ./emctl status oms -details
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host : emdb.bea.com
    HTTP Console Port : 7788
    HTTPS Console Port : 7799
    HTTP Upload Port : 4889
    HTTPS Upload Port : 4900
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is locked.
    Active CA ID: 1
    Console URL: https://emdb.bea.com:7799/em
    Upload URL: https://emdb.bea.com:4900/empbs/upload
    WLS Domain Information
    Domain Name : GCDomain
    Admin Server Host: emdb.bea.com
    Managed Server Information
    Managed Server Instance Name: EMGC_OMS1
    Managed Server Instance Host: emdb.bea.com
    [oracle@emdb bin]$ tail -50 /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:53:31,756 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:53:31,757 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:19,430 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:19,433 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:19,602 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:19,604 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:19,606 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:19,606 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:19,627 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:20,176 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:20,202 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:20,236 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:20,237 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:20,237 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:20,237 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:22,986 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:22,991 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:23,173 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:23,175 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:23,177 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:23,205 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:23,836 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:23,871 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:23,873 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:28,258 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:28,263 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:28,463 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:28,465 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:28,467 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:28,468 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:28,490 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:29,027 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:29,083 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:29,083 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:29,084 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:29,084 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:29,084 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    [oracle@emdb bin]$

    what is your OMS platform? have you applied BP1?
    Can you open an SR and send mee thee SR number ?

Maybe you are looking for

  • I have a Mac mini mid 2010. I have ML installed on one of the 500GB disks. I want to install Boot Camp on the 2nd 500GB disk. Mine is XP Professional.

    I have a Mac mini mid 2010. I recently installed ML on one of the 500GB disks. I want to install Boot Camp on the 2nd 500GB disk. Mine is XP Professional. My original OS was Snow Leopard Server edition. Please let me have your suggestions and advice.

  • Enterprise service for Approving/Rejecting Time sheets

    Hi All, I am searching for the Enterprise service regarding "Approving / Rejecting Employee timesheet by Manager", i am able to find the Approve/Reject leave request but not the time sheet. could any one please help me in finding these services regar

  • Back Function key is not working

    I have created report programing. and also add buttons to application tool bar using transaction 'SE41'. But in this case whenever I  run program  and click on Back.it is asking me to populate fields. Even after populating fields  and  clicking Back

  • My Macbook Pro will not let me copy!

    i press cmd C then Cmd V and it is pasting the previous thing i copied, not the new thing i wanted to cope. Why? this doesn't happen all the time, but happens once i've copied sevral bits.....very annoying. also I'm trying to save journals, but when

  • Solaris Windows 2000 Interoperability

    I do not know if this is the right place to ask this question but here it goes : I am going to use a Series 3000 Sun server for a project, it is a great machine but one of the applications that is needed to work in this project is built on NT. So we