WL 51 sp12 - startConsole.sh didn't work with jdk1.3.1.03

hi all,
I'm newbis to SunOs 5-8, solaris 8. According to my client spec. I have installed evol version of WL 51 sp12, jdk1.3.1.03 and some of the required patches. Below are what I did on fewer testing to check whether I had successfully install WL 51.
- I managed to start up the WL and access http://myserver:7001/index.html.
- also managed to --> #java weblogic.Admin t3://localhost:7001 SHUTDOWN system password, VERSION and PING
But I couldn't get this up, "startConsole.sh" The solaris's console prompted a list of message as below. Anyone know how to resolve this problem? Is this because of JDK1.3.1.03?
Problem with constructor javax.swing.plaf.FontUIResource and args {Dialog,0,12} : and types {class java.lang.String,int,int} : java.lang.reflect.InvocationTargetException
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:992)
at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:658)
at javax.swing.UIDefaults.get(UIDefaults.java:140)
at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:41)
at javax.swing.UIDefaults.getFont(UIDefaults.java:218)
at javax.swing.UIManager.getFont(UIManager.java:451)
at javax.swing.LookAndFeel.installColorsAndFont(LookAndFeel.java:85)
at javax.swing.plaf.basic.BasicPanelUI.installDefaults(BasicPanelUI.java:46)
at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:37)
at javax.swing.JComponent.setUI(JComponent.java:317)
at javax.swing.JPanel.updateUI(JPanel.java:102)
at javax.swing.JPanel.<init>(JPanel.java:62)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:286)
at javax.swing.JRootPane.<init>(JRootPane.java:193)
at javax.swing.JApplet.createRootPane(JApplet.java:112)
at javax.swing.JApplet.<init>(JApplet.java:105)
at weblogic.admin.T3Cnsl.<init>(T3Cnsl.java:359)
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
null
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:115)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)
at java.awt.Font.initializeFont(Font.java:259)
at java.awt.Font.<init>(Font.java:293)
at javax.swing.plaf.FontUIResource.<init>(FontUIResource.java:32)
at com.sun.java.swing.plaf.motif.MotifLookAndFeel.initComponentDefaults(MotifLookAndFeel.java:180)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:57)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:356)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:383)
at weblogic.admin.T3Cnsl.constructorInit(T3Cnsl.java:386)
at weblogic.admin.T3Cnsl.<init>(T3Cnsl.java:362)
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
Thankyou,
regards,
elvis
scjp
[att1.html]

Hi.
JDK 1.3.1_03 isn't yet supported. Try using JDK 1.3.1_01 for both the
server and the console - this should be the version that comes with
WLS. Also make sure you have sp12 in the classpath for the console as
well as the server. If you are still having problems running the
console then you should open a case with support.
elvis wrote:
hi all, I'm newbis to SunOs 5-8, solaris 8. According to my client
spec. I have installed evol version of WL 51 sp12, jdk1.3.1.03 and
some of the required patches. Below are what I did on fewer testing to
check whether I had successfully install WL 51. - I managed to
start up the WL and access http://myserver:7001/index.html.- also
managed to --> #java weblogic.Admin t3://localhost:7001 SHUTDOWN
system password, VERSION and PING But I couldn't get this up,
"startConsole.sh" The solaris's console prompted a list of message as
below. Anyone know how to resolve this problem? Is this because of
JDK1.3.1.03?Problem with constructor javax.swing.plaf.FontUIResource
and args {Dialog,0,12} : and types {class java.lang.String,int,int} :
java.lang.reflect.InvocationTargetException
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:992)
at
javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:658)
at javax.swing.UIDefaults.get(UIDefaults.java:140)
at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:41)
at javax.swing.UIDefaults.getFont(UIDefaults.java:218)
at javax.swing.UIManager.getFont(UIManager.java:451)
at javax.swing.LookAndFeel.installColorsAndFont(LookAndFeel.java:85)
at
javax.swing.plaf.basic.BasicPanelUI.installDefaults(BasicPanelUI.java:46)
at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:37)
at javax.swing.JComponent.setUI(JComponent.java:317)
at javax.swing.JPanel.updateUI(JPanel.java:102)
at javax.swing.JPanel.<init>(JPanel.java:62)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:286)
at javax.swing.JRootPane.<init>(JRootPane.java:193)
at javax.swing.JApplet.createRootPane(JApplet.java:112)
at javax.swing.JApplet.<init>(JApplet.java:105)
at weblogic.admin.T3Cnsl.<init>(T3Cnsl.java:359)
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
null
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:115)
at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)
at java.awt.Font.initializeFont(Font.java:259)
at java.awt.Font.<init>(Font.java:293)
at javax.swing.plaf.FontUIResource.<init>(FontUIResource.java:32)
at
com.sun.java.swing.plaf.motif.MotifLookAndFeel.initComponentDefaults(MotifLookAndFeel.java:180)
at
javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:57)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:356)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:383)
at weblogic.admin.T3Cnsl.constructorInit(T3Cnsl.java:386)
at weblogic.admin.T3Cnsl.<init>(T3Cnsl.java:362)
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
Thankyou,
regards,elvisscjp--
Michael Young
Developer Relations Engineer
BEA Support
[att1.html]

Similar Messages

  • This Built-in didn't work with me ....... why?

    this Built-in didn't work with me ....... why?
    show_view
    and
    hide_view
    is suppose to add anything for them until they work?

    Check the 'raise on entry' property of your canvases, and 'hide on exit' property of the windows they're in. If your current item is on a canvas with Raise on Entry = Yes, for instance, trying to show another view on top of it without navigating to an item on that canvas won't have any effect.

  • When i update my iPhone 4s through iOS 7 with my mac, i tunes told me that an upgrade was necessary to sync with the new iOS 7 and of course i updated my iTunes to the ultimate version but my mac didn't work with this version of i tunes. What can i do

    when i update my iPhone 4s through iOS 7 with my mac, i tunes told me that an upgrade was necessary to sync with the new iOS 7 and of course i updated my iTunes to the ultimate version but my mac didn't work with this version of i tunes. What can i do

    Hello,
    Only option is upgrading your Mac's OSX, since Apple will not allow iOS to go backwards.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA

  • I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?

    I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?
    Thanks!

    You didn't mention the kind of track in GB you are trying to create, but if you are connecting the keyboard with a guitar chord to the Tascam, you will need to set up a Real Instrument Track in GB to hear anything. If your keyboard has a midi out, use a midi cable to the midi input of the Tascam, create Software Instrument Track, and you will hear something. But with a guitar chord, it won't send the right signal to a Software Instrument Track. The headphone jack in the Tascam monitors the signal coming back to it out of GB (if you choose the US-122 as your monitor in GB's preferences), so you wouldn't hear your keyboard if the track is not set up correctly. It could be the drivers, but since you didn't mention the type of keyboard or the type of GB track, I thought that might be a possible answer as well.
    eMac   Mac OS X (10.3.8)  

  • Key backspace and delete work with JDK1.3.1 and not with JDK1.4

    In JCTable, keys backspace and delete are not working with JDK1.4. It works with JDK1.3.1.

    I have the same problem, but the version within SUN seems imcomplete,what version is ?
    For example I am using the xsl tag library provided by Apache (I know this now deprecated). In its ApplyTag.java it uses XSLTDataSource this is not in the SUN 1.4 distribution so it falls over. If I add XALAN 1.0.1 it falls over because it on getDefaultLiason() because it starts loading somne classes from rt.jar and some from xalan.jar, how are you meant to override this.

  • Skype didn't work with free trial, will it work if...

    I tried a skype free trial once, it was like a dollar free, and couldn't call anyone. I'd like to use skype, specially since these days it seems there is way less delay. But i don't wanna buy service if its not gonna work for me. Last time i would call numbers but people wouldn't get the call, so i gave up. Could i get a free trial again? It's been awhile and i was using a different OS at the time so i'd like to try it again.

    I didn't work for me as well. It's a shame. Skype offering something that doesn't work.
    I paid the "free", tried to make a call to a cell phone in another country and...bang! 20 cents per minute.

  • KMC didn´t work with pcd write-protect mode

    Hello,
    I have activated the write-protect mode for the PCD in our Portal. Everything is working fine.
    After restarting the portal-server, the kmc-component didn´t work anymore. After disabling the write-protect mode and restarting the server, kmc works again.
    I read a sap-note (1148777), that this problem was fixed with SPS 15 KMC-Patch 1. Our portal is on SPS 15 with latest patch-releases.
    Any idea ?
    Thx for your reply!
    Oliver

    The concurrent mark sweep collector you get with -Xincgc isn't a compacting collector. It doesn't move objects. So while it can grow the heap if needed, it can't give those pages back to the operating system, as you want by turning -XX:MaxHeapFreeRatio= down that far.

  • Fixed Loop Component didn't work with Variables

    Hi All,
    I am developing a classic planning application using EPM 11.1.2.2
    I am writing a business rule in which i need to iterate "N" times. The value of this "N" is always stored in an execution variable.
    The business rule work absolutely fine if i provide some static value in the "Value" field of fixed loop.
    In case if i provided execution variable in "Value" field of fixed loop the loop didn't iterate. However the rule validated and deployed successfully.
    Please note i am developing my business rules using EPM Calculation Manager.
    Following Code Works
    {index} = 10;
    LOOP (10)
    Following Code Didn't Work
    {index} = 10;
    LOOP ({index})

    AlpBurak already explained it for you. I'm a big fan of loop (and Alp) so just adding to what Alp said.
    You can add a higher number in loop and come out of it by setting a break (1, if you are using a variable then set the variable value to 1)
    Oracle Essbase Technical Reference
    Regards
    Celvin
    http://www.orahyplabs.com

  • Real Player download not working since I updated FF.... It didn't work with the latest version of FF so I reinstalled vrevious FF but still can't get Real Player to work again.

    I lost the Real Player download capabillity when FF updated to FF4..... The plug ins for Real Player still show on the add on screen but no " download this video" shows when I mouse over a video.... I tried reverting to earlier version of FF which had worked well for Real Player donloads but it no longer works either.
    How can I get Real Player to work with FF again?

    Many thanks b Noir
    This is a copy of ONEof the keys  in the registry I changed  as told by Apple support today. I also have changed others as instructed by GEAR  software support to manually delete GEAR drivers (that I had installed but couldn't delete some of the others  they mentioned from Windows system 32. Then some bright spark at work told me I need the Gear drivers so  I downloaded the software and installed again.
    Sorry, just this minute went to insert image  and it is giving me a message saying this sort of content  is not allowed?.
    The most recent key I altered is in: HKey _local _machine. System\class - 4D36E965-E325-11CEBFC1-08002BE10318. Upper Filter data: Upper filter NTIDrvr  SiRem GEARAspiWDN.
    The GEARsoftware info about manually deleting  GEAR drive is from:
    http://www.gearsoftware.com/wiki/index.php?title=DRIVERS:_Windows_-_Updating%2C_ removing%2C_64_bit_versions%2C_etc
    I hope you can help

  • EA1 EA2 EA3 don't start on linux with jdk1.7 but work with jdk1.6!!!

    I install SQLDeveloper EA1 then EA2 and now EA3 on my Linux (Fedora 19), but the result is the same.
    If i start SQLDeveloper with root it work, but if i start with my user the application crash. I tested to change owner of all component, but the result is the same.
    Then because I started the application with jdk1.6 (I used the EA1 who did not warning about the java version) and it work fine!!!
    I opened two "Report a HotSpot Crash", but I never received a response.
    No one any idea? Nobody has ever happened? 
    Thanks,
    Enrico

    This sounds like
    Re: 4EA1: Not starting on Ubuntu. Unkown protocol sqldev.temp

  • JAXP: code works with JDK1.3.1/Xerces but not JDK1.4.1

    Switching from JDK 1.3.1 with the Xerces XML parser to JDK 1.4.1 with its
    bundled XML parser breaks my code. Here is the exception I am
    seeing:
    Exception in thread "main" com.post.bean.BeanException com.post.bean.Bea
    nException: Relative URI "bean.dtd"; can not be resolved without a base URI.
    at com.post.bean.BeanSerializer.deserialize(BeanSerializer.java:176)
    at com.post.BeanSerializer1.deserialize(BeanSerializer1.java:38)
    at com.post.BeanSerializer1.main(BeanSerializer1.java:17)
    Here is a code fragment that worked fine with JDK1.3.1 and xerces but
    not with JDK1.4.1:
    public static Object deserialize(InputStream input, EntityResolver
    resolver)
    throws BeanException
    Object bean = null;
    try
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(true);
    factory.setNamespaceAware(false);
    DocumentBuilder builder = factory.newDocumentBuilder();
    if (resolver != null)
    builder.setEntityResolver(resolver);
    Document doc = builder.parse(input); // exception thrown here
    Element root = doc.getDocumentElement();
    The entity resolver I'm using searches for dtds in
    a certain directory. Again this works fine with JDK1.3.1
    and Xerces but not with JDK1.4.1.
    Any ideas on how to remedy this situation?
    Thanks

    this generally happens when two similar libs conflict with each other. Try any of theses quick fixes: (Remember, 90% of probs in java are Classpath, packages and directory structure issues)
    1. remove completely your previous version of JDK and Xerces.
    2. Remove your classpath variable from system path.
    3. Have "only the required" jar files during compilation. For this use the -D option.
    4. If everything fails, download ANT. Write a simple build.xml file. This is a good replacement to the -D option. But make sure, you are working in a clean JDK environment. Try to monitor your classpaths at run time, and get rid of all the unnecessary once.
    5. MAke sure that Xerces libs bundled with 1.4 are in your classpath at runtime.
    Finally All the best, and happy XMLing+Javing !!
    Rakesh

  • How does xalan.jar work with jdk1.3.1 and not work with jdk1.4.1

    Hi,
    i am using java, xalan, xerces for web development. The environment is jdk1.4.1, xerces.jar, xalan.jar. i am facing problem while transforming xml, xsl. Its giving the following error
    java.lang.NoSuchMethodError: org.apache.xalan.xslt.Process.getDefaultLiaison()Ljava/lang/String;
         at org.apache.xalan.xslt.XSLTEngineImpl.(XSLTEngineImpl.java:367)
         at org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor(XSLTProcessorFactory.java:79)
    I tried with jdk1.3.1, xalan.jar, xerces.jar. Its working fine. Can anyone tell me what is the problem with jdk1.4.1 ?
    Regards
    Ashok

    I have the same problem, but the version within SUN seems imcomplete,what version is ?
    For example I am using the xsl tag library provided by Apache (I know this now deprecated). In its ApplyTag.java it uses XSLTDataSource this is not in the SUN 1.4 distribution so it falls over. If I add XALAN 1.0.1 it falls over because it on getDefaultLiason() because it starts loading somne classes from rt.jar and some from xalan.jar, how are you meant to override this.

  • Jazn.jar not working with jdk1.4

    I am getting the following error messages when connecting to bc4j application modules with jdk1.4. Works fine with jdk1.3.
    Please help!!!
    Thanks,
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught:
    oracle.jbo.common.ampool.ApplicationPoolException, msg=JBO-30003: The application pool (F5DC5BA84A) failed to checkout an application module due to the following exception:
         at oracle.jbo.client.Configuration.createRootApplicationModuleFromConfig(Configuration.java:1144)
         at oracle.jbo.jbotester.ConnectionInfo.useApplicationModule(ConnectionInfo.java:129)
         at oracle.jbo.jbotester.MainFrame.init(MainFrame.java:351)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:340)
    ## Detail 0 ##
    JBO-30003: The application pool (F5DC5BA84A) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-25222: Unable to create application module.
    Caused by: java.lang.IllegalArgumentException: wrong number of arguments
         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:324)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
         at oracle.jbo.common.UserAznUtil.authenticate(UserAznUtil.java:115)
         at oracle.jbo.common.UserAznUtil.authenticateUser(UserAznUtil.java:49)
         at oracle.jbo.common.JboInitialContext.<init>(JboInitialContext.java:63)
         at oracle.jbo.server.InitialContextImpl.<init>(InitialContextImpl.java:36)
         ... 22 more

    Jason -- please post BC4J messages to the JDeveloper forum. The BC4J folks monitor that area.
    cheers
    -steve-

  • Demo code works with Jdk1.2?

    Can EJB/CORBA demo code shipped with Oracle8i CD work with Jdk 1.2?
    null

    For details on what JDKs on client vs JDKs on server across versions 8.1.5, 8.1.6 and 8.1.7, see FAQ:
    http://technet.oracle.com/products/oracle8i/htdocs/jserver_faq/index.html#_62_
    take care
    John.
    Oracle JServer Development Team

  • SRP526W didn't work with a Huawei E372

    My SRP526W (running the actual firmware 1.01.27) didn't recognize my new Huawei E372 USB dongle (it's a T-Mobile web'n'walk Stick Business II, already installed the newest firmware 11.203.03.10.55).
    Using a Huawei E172 or a Huawei E353, both USB dongles works well. But they are slow compared to the E372. 
    I'd really like to use the E372 stick because it's super fast with up to 42Mbps download speed.
    As I could read in the release notes of the SRP526W, the Huawei E372 should be supported since firmware version 1.01.26.
    Inside the Huawei E372 you can find the printing "Model: E372u-5", maybe this is a different model which is currently not supported by the SRP526W.
    Can anybody help me with this issue?
    Dieter

    I also have this problem but I'm on the .13 firmware. I also noted that the calendar entries will not be saved using the PC Suite.
    Been a phone user since the Ericsson 318

Maybe you are looking for

  • Delivery (VL02n) - What table contains the Batch Item details?

    Hi, I have a question in regards to Deliveries (VL01n/02n/03n). Right now, I have a delivery that has 1 Item (Item 10) and a batch split under it (Batch SPlit is item 900001). From which table can I get the batch item details (what material it is for

  • Next Generation?

    Hey Guys, I'm looking into buying a new Mac, and I'm thinking either the 13" Macbook Pro or the Macbook Air. However, I've heard that Apple typically ramps up the hardware of their notebooks around this time of year, so I don't want to jump the gun.

  • Why do I get 404 not error on safari but not on google chrome?

    On safari (using mac book pro) I go to zeetv.com and try to play a video but get error msg: can not load M3U8 404 not found But with google chrome I don't have that problem and I am able to play the video. I have same problem with iOS safari with iPh

  • Multiple level approval for overall PR release

    Hi all is there a template for multiple level approval for overall PR release  ? is there some alternative  if there is no template ? thanks in advance . Naval Bhatt

  • Closed Connection

    Hi, In our web application we're using OracleDataSource with properties min/max connection cache, ValidateConnection, TimeToliveTimeout etc.. In some cases after connection validation before select/insert operations is connection closed form server s