Problems with iWS6.0 SP4 after JDK change / upgrade

Solaris8 SPARC
iPlanet 6.0 WebServer SP4
I recently upgraded from JDK 1.3.1_02 to JDK 1.3.1_07 .
In both cases .... the JDK was installed at /usr/j2se.
iPlanet 6.0 SP4 was already using JDK 1.3.1_02 before ( /usr/j2se ).
Now after the JDK upgrade, in an attempt to restart the admserv. I am getting the exception below:
iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
warning: daemon is running as super-user
[LS ls1] http://soft2, port 8888 ready to accept requests
java.lang.NoClassDefFoundError
at java.security.Policy$1.run(Policy.java:144)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.Policy.getPolicyNoCheck(Policy.java:141)
at java.security.SecureClassLoader.getPermissions(SecureClassLoader.java:133)
at java.net.URLClassLoader.getPermissions(URLClassLoader.java:415)
at sun.misc.Launcher$AppClassLoader.getPermissions(Launcher.java:289)
at java.security.SecureClassLoader.getProtectionDomain(SecureClassLoader.java:157)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
The errors logs say:
[04/Apr/2003:18:36:58] info (20837): successful server startup
[04/Apr/2003:18:36:58] info (20837): iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
[04/Apr/2003:18:36:59] info (20838): Installing a new configuration
[04/Apr/2003:18:36:59] info (20838): [LS ls1] http://soft2, port 8888 ready to accept requests
[04/Apr/2003:18:36:59] info (20838): A new configuration was successfully installed
[04/Apr/2003:18:37:00] failure (20838): Internal error: unable to locate: com/iplanet/server/http/util/LogUtil
[04/Apr/2003:18:37:00] failure (20838): Internal error: Unable to initialize utility classes
[04/Apr/2003:18:37:00] failure (20838): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error
The class com/iplanet/server/http/util/LogUtil is in NSJavaUtil.jar ... which is included in the CLASSPATH in the start-jvm file, show below:
NSES_JDK=/usr/j2se; export NSES_JDK
NSES_JRE=${NSES_JDK}/jre; export NSES_JRE
NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc:${NSES_JRE}/lib/sparc/server:${NSES_JRE}/lib/sparc/classic:${NSES_JRE}/lib/sparc/native_thread
s; export NSES_JRE_RUNTIME_LIBPATH
NSES_JDK_RUNTIME_CLASSPATH=${NSES_JRE}/lib/ext/iiimp.jar:${NSES_JRE}/lib/i18n.jar:${NSES_JRE}/lib/rt.jar:${NSES_JDK}/lib/tools.jar:${NSES_JDK
}/lib/dt.jar; export NSES_JDK_RUNTIME_CLASSPATH
# DO NOT CHANGE ANYTHING BELOW THIS LINE
NSES_SERVER_HOME=/usr/iplanet/servers; export NSES_SERVER_HOME
NSES_CLASSPATH=${NSES_SERVER_HOME}/bin/https/jar/NSServletLayer.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaUtil.jar:${NSES_SERVER_HOME}/bin/
https/jar/AdminNativeUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaMiscUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/servlet.jar:${NSES_SERVE
R_HOME}/bin/https/jar/servlet-2.3-filters-api.jar:${NSES_SERVER_HOME}/bin/https/jar/jsp092.jar:${NSES_SERVER_HOME}/bin/https/jar/jaxp.jar:${N
SES_SERVER_HOME}/bin/https/jar/crimson.jar:${NSES_SERVER_HOME}/bin/https/jar/xalan.jar:${NSES_SERVER_HOME}/bin/https/jar/jspengine.jar; expor
t NSES_CLASSPATH
LD_LIBRARY_PATH=${NSES_JRE_RUNTIME_LIBPATH}:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
...and the JAR file itself exists:
soft2:/usr/iplanet/servers/https-admserv >ls -alt /usr/iplanet/servers/bin/https/jar/NS*
-rw-r--r-- 1 root other 191337 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSServletLayer.jar
-rw-r--r-- 1 root other 2856 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar
-rw-r--r-- 1 root other 29941 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar
Here I show that the class iPlanet is complaining is in the NSJavaUtil.jar file:
soft2:/usr/iplanet/servers/https-admserv >jar tvf /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar | grep Log
3403 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil.class
502 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil$LogWriter.class
If I modify the start-jvm file so that NSES_JDK points to an older version of the JDK ( /usr/Solaris_JDK_1.2.2_07 ) ... or a newer one ( /usr/j2sdk1.4.0_02 ) ... then the admserv instance starts up.
Having said that, in an effort to try to replicate the problem, I tried the same JDK upgrade on another Solaris8 SPARC installation, also with iPlanet 6.0 SP4. That one worked fine with any problems. The admserv instance started fine after the upgrade.
The only different thing that I did was:
1) I first told iPlanet6 to point to a different JDK location ( JDK 1.3.1_03 in /usr/j2sdk1_3_1_03 ) before the upgrade ....
2) restarted the admserv instance ...
3) install JDK 1.3.1_07 ( /usr/j2se )
4) told iplanet6 to point to the JDK 1.3.1_07 ( /usr/j2se )
5) restart the admserv instance
Why would it not work with one installation and not the other ?

This maybe the final clue. I did a truss via:
truss -f ./start -start 2&> err
... and this is what I get just before the NoClassDefFoundError exception ( look at the SIGSEGV ):
22780: lwp_mutex_lock(0xFEBC5558) = 0
22780: lwp_sema_post(0xFCE03E30) = 0
22780: lwp_sema_wait(0xFCE03E30) = 0
22780: lwp_mutex_wakeup(0xFEBC5558) = 0
22780: lwp_mutex_lock(0xFEBC5558) = 0
22780: Incurred fault #6, FLTBOUNDS %pc = 0xF900A8FC
22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
22780: Received signal #11, SIGSEGV [caught]
22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
22780: sigprocmask(SIG_SETMASK, 0xFEBBEFE8, 0x00000000) = 0
22780: mprotect(0xFE424000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
22780: sigprocmask(SIG_SETMASK, 0xFEBCAD68, 0x00000000) = 0
22780: setcontext(0xFE42B938)
22780: time() = 1049546821
22780: poll(0xFD007A40, 0, 10) = 0
22780: getpid() = 22780 [22778]
22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 111)     = 111
22780: lwp_sema_post(0xFCE03E30) = 0
22780: lwp_sema_wait(0xFCE03E30) = 0
22780: lwp_mutex_wakeup(0xFEBC5558) = 0
22780: lwp_mutex_lock(0xFEBC5558) = 0
22780: getrlimit(RLIMIT_STACK, 0xFFBEAFAC) = 0
22780: mprotect(0xFFB72000, 16384, PROT_NONE) = 0
22780: mprotect(0xFFB70000, 8192, PROT_NONE) = 0
22780: poll(0xFD007A40, 0, 10) = 0
22780: brk(0x004BB7F0) = 0
22780: brk(0x004BD7F0) = 0
22780: time() = 1049546821
22780: getpid() = 22780 [22778]
22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 93)      = 93
java.lang.NoClassDefFoundError22780: write(2, " j a v a . l a n g . N o".., 30) = 30

Similar Messages

  • Problem with broken libcurl after attempt to upgrade

    Hello,
    libculr fails to upgrade with an error message - pacman: error while loading shared libraries: /usr/lib/libcurl.so.4: invalid ELF header
    After that my system is hal broken - starting up, but some applications refuse to run.
    What i have to do to fix that?
    Thanks for help
    Last edited by neycho (2012-10-16 15:52:33)

    Hi, did you read this corner of the wiki? near the end!

  • My apple ID was the original without the email extension.  It caused problems with ITunes conversion after the last upgrade.  Tech fixed that issue but my MacBook defaults to the old ID.  Even though I have a new ID it defaults to the old.  iTunes is ok.

    How do I change my Apple ID, when it defaults to an old ID and ITunes is accepting another ID?  The IDis very old and does not contain an email extension.  I had a problem because of that earlier this year in my ITunes account and Apple fixed it.

    Get in touch with Apple again -> http://www.apple.com/support/appleid/.
    Good luck,
    Clinton

  • Serious problem with X1 carbon after windows 8 upgrade

    Hello,
    I've just purchased my new X1 carbon this week, came with 3 discs to upgrade it from Windows 7 to 8. Now I've followed the steps and everything worked fine. But, my laptop lags A LOT. For example, while I am using on it, the "writing/reading to SSD" lamp lights up and my laptop hangs up for seconds then it's back. It keeps doing this multiple and multiple of times!!!
    Any help please!

    Victorymarketin, welcome to the forum.
    Since they are both Microsoft programs, I suggest contacting MS Customer Service for help.  They have always gotten me up and running in short order.  This is always my solution when I have MS related problems.  They if anyone can, will solve your problem.
    Please click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • HT201263 Help please! Problems with iPhone 4 after iOS 6 upgrade

    Tried to upgrade iPhone. Got a message saying settings were lost, connect to iTunes. I did this and it said I had to restore. I did this and it said unable to restore due to unknown reason. Now phone keeps trying to upgrade and then restarts. iTunes doesn't recognise my phone.
    I have tried all troubleshooting tips and nine work!
    Please help!!

    same here..it doesnt work for me too!!
    exactly same issue. Apple got something wrong with iOS 6

  • Printing problems with Epson printer after snow leopard upgrade? I can print but text does not come out properly

    I have upgraded my macbook to snow leopard and have spent ages downloading updated drivers etc. but still can't print properly to my Epson SX515W printer. I am losing half the text on each line and nearly all of the first few lines. Anybody experienced this and found a fix ?

    I have upgraded my macbook to snow leopard and have spent ages downloading updated drivers etc. but still can't print properly to my Epson SX515W printer. I am losing half the text on each line and nearly all of the first few lines. Anybody experienced this and found a fix ?

  • Problems with iPhone detection after Snow Leopard upgrade

    Hi all,
    Have been experiencing a rather strange issue ever since I had upgraded from Leopard 10.5.7 to Snow Leopard via the upgrade disc. My Macbook ceases to detect my connected iPhone in both iTunes and the XCode Organiser. I have to re-install iTunes each time the Macbook is loaded up for the detection issues to be fixed.
    Some of my friends who had upgraded from Leopard (rather than doing a clean install) had also experienced similar issues. Wonder if there is a fix to this?
    Thanks in advance.

    You might need to remove and reinstall the Apple Mobile Device Service. Check out this article:
    http://support.apple.com/kb/HT1747

  • Problem with the workbook after upgrade

    Hi all,
    We are facing some problems with the workbooks after BW 3.5 Upgrade.e.g. some templates are disturbed, some variables have been affected. So I have few doubts --
    1. What could be the possible reason behind this?
    2. What exactly got changed in the system which reflected this problems?
    3. What other problems might have occurred which we may not have noticed?
    4. How can I find out the number of workbooks affected due to this?

    Dear ,
    This is known issue:
    Please implement the below mentioned note as this will solve your issue,
    Note 1609237 :  Subsequent correction to 1567679
    Regards,
    Arvind

  • Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)

    Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)
    I re set up my Airport network , having had 4 expresses for years doing a good job. I bought another and an express, but then a time capsule after my external drive died. .Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)
    I moved house and have fibre network so 38mb/s - they all look ok on the utility, but its not till I saw the App version that they are not compatible as mac will not upgrade the version 6 ones, leaving me with 2 disjointed networks and 7 appliances, 4 of the old , 3 of the new.
    my new house is expansive so i wanted the extended range and airplay in each room.
    This is not told to customers, and utility doesnt show any issues.
    I do not seem to get any range from either network now, - and I'm quite experienced with airport (6 yrs of setting up & using & extending)
    Any advice ?
    LJx
    Message was edited by: LJLDN
    Message was edited by: LJLDN

    Sorry couldn't change the detonations to Airport and am new so cant delete!

  • Reception / Battery problems with iPhone 3GS after upgrading to iOS 4.2.1

    There are major reception and battery problems with iPhone 3GS after upgrading to iOS 4.2.1.
    I can not believe that Apple did not test this for major bugs like this one is.
    I am a business user and can not effort to have bad reception. Apple wants to gain in the business clients... I never had this with my former BlackBerrys!
    I need a reliable phone not a play thing like this is right now, it just needs it to work propely. And if a major bug like this comes along, fix it immediately. After the iPhone4 story, now this...incredible! Going back to my reliable BlackBerry! It just ain't reliable and takes forever to fix a problem.

    I have the same issue after iOS 4.2.1 update. I am using iPhone 3GS officially unlocked by Apple. I tried using different SIM cards and both carriers show same problem when using phone in 3G mode. Phone falls back to EDGE mode showing 'E' from '3G' at start. I have reset the phone and rebooted several times and moved to different cell areas in the city just to verify the problem.
    I had no such issues earlier. I also have Nokia E71 which shows full signal and has no such issues.
    I have posted the bug on apple iphone feedback page. I hope they Apple will fix the problem and test the release properly on all models before releasing to public.

  • I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    You have to go to autherized iPhone agent.

  • Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Problems with IMAQ Vision after upgrading from Labview 6i to Labview 6.1

    Hi,
    We just upgraded from Labview 6i to 6.1.To do this,we uninstalled the 6i version as was suggested by NI and then installed the 6.1 version.Later when we tried to run the old vi's written using Imaq vision, we ran into different problems.Has anyone experienced any similar problems with IMaq vision after upgrading?If so please help me solve this issue.
    Thanx
    deepak

    What kind of problems?
    I would strongly suggest that you uninstall IMAQ (all elements) and reinstall them. They register with Windows, probably docked to 6i, and also must be recompiled, which I believe is done in installation.
    This is your best bet.
    If you still have problems, contact NI and ni.com/ask and start a support inquiry.

  • Problems with ITMS Videos after 1.1 Update

    OK, so there are lots of posts about video problems on 5G ipods after software update 1.1 and what encoding methods were used etc etc.
    After updating my 60GB iPod to 1.1 all my videos, including those purchased from the iTunes Music Store, suffer from audio problems.
    The video playback is fine, no freezing like others have mentioned, but I get loud popping and clicking sounds on the audio, particulalry at the start of a clip.
    Has ayone else experienced problems with video sound after the 1.1 update?
    Restoring to software 1.0 resolved the problem so there is definitely a problem with 1.1 and ITMS content.
    Apple need to sort this out. Fast.

    I foolishly did the 1.1 upgrade to my 60G iPod. I found that, as we all know by now, that all ov my videos that weren't from Quicktime Pro or purchased through iTunes hang after about 30 seconds, and then continues without any audio. But, the really obnoxious part is that my videos that I converted via QuickTime Pro suffered from very strange audio artifacts. These would fall into the category of clicks, purrs, warbles and other strange noises in addition to the audio that is supposed to be there. That pushed me over the line, and I "downgraded" my iPod back to release 1.0. I did the "restore" to completely erase my iPod and then re-loaded it from iTunes. I had already upgraded iTunes, and it has no problems with my now-restored-to-version 1.0 iPod. By the way, you have to edit a system file in order to do the downgrade: Put the ipod in harddisk mode. Edit the file (hidden folder and file) \iPod_Control\Device\SysInfo Replace the line that have the word "buildID" with this line:
    buildID: 0x05908000 (6.0)
    Then run the original iPod Updater to put 1.0 back onto it. This will leave you with the "feature" that any video that you change the Video Kind to TV Show will not show up on your iPod unless it's in a Video Play List. I actually like this, as it keeps the Video list from being cluttered up.
    Sony Vaio PCG-U1   Windows XP Pro  

  • Problem with Time Capsule after backup session

    I have a problem with Time Capsule after a backup session. Our two Macs (on Maverick) loose connection with the station and the only thing that seems to help is unplugging the Time Capsule  and starting it again! After the next backup session the same thing happens again. The Macs seem not to be able to hold on to the connection and continually loose it.  The iPhones and iPads that we have (4 units) are not affected - it is the Mac Mini and Mac Powerbook that experiences this problem!
    I would be grateful for your help!
    Thor

    This is standard Mac issues and has been a bug floating around since Lion.. it hits some people worse than others.. but once it starts it is awful hard to get rid of.
    Just to confirm the connection to internet is not a problem?? Just the hard disk drops out?
    I recommend you
    1. Reset the TC to factory.. and start over with all new names.. short, no spaces pure alphanumeric.
    TC name and wireless name/s should conform. By default the disk share name is data which is fine.
    2. Mavericks has changed over from using AFP to SMB for network filesharing.. why Apple why??
    This is unhelpful to say the least. Many many people are struggling with TC and being unable to mount the network drive.
    So do it manually and force it back to AFP.
    In Finder use top menu, Go, Connect to Server.
    Type AFP://TCname or TCIPaddress (it must be the network name of actual TC.. or its IP address)
    When the computer locates the resource it will ask for a password.. it is public by default.. supply your password or public and save it in the keychain.
    3. Delete the existing TM setup and start over.. See A4 here. http://pondini.org/TM/Troubleshooting.html
    I cannot promise this will fix it but should reduce the problem to now and then.. rather than every time TM needs to backup.

Maybe you are looking for