Help: WebLogic 5.1 crashes in WIndows NT

Hi all,
we're having serious problems with WL Crashes in Windows NT
environment. Sometimes the system is running stable for days,
and sometimes it crashes several times within an hour.
Is WL or JDK(jvm) causing this problem? How and where can I
find the solution?
Our System configuration:
JDK 1.3.0 with HotSpot 2.0
Weblogic 5.1
Windows NT 4.0 , MSSQL server 7.0
Thanks in advance.
Best Regards,
Zhou
Here is the output for the thread that crashed (from Dr. Watson program
log):
State Dump for Thread Id 0x97
eax=2d61c6a8 ebx=77f57540 ecx=7ff9c000 edx=2d61c6a8 esi=2d61c698
edi=2d050a48
eip=77f5754b esp=2a86fe14 ebp=2a86fe5c iopl=0 nv up ei pl nz na pe
nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000
efl=00000202
function: RtlEnterCriticalSection
77f57540 648b0d18000000 mov ecx,fs:[00000018]
fs:00000018=????????
77f57547 8b542404 mov edx,[esp+0x4]
ss:2b6be81b=????????
FAULT ->77f5754b 837a1400 cmp dword ptr [edx+0x14],0x0
ds:2e46b0ae=????????
77f5754f 754f jnz RtlEnterCriticalSection+0x60
(77f575a0)
77f57551 90 nop
77f57552 ff4204 inc dword ptr [edx+0x4]
ds:2e46b0ae=????????
77f57555 7519 jnz RtlEnterCriticalSection+0x30
(77f57570)
77f57557 8b4124 mov eax,[ecx+0x24]
ds:80deaa06=????????
77f5755a 89420c mov [edx+0xc],eax
ds:2e46b0ae=????????
77f5755d c7420801000000 mov dword ptr [edx+0x8],0x1
ds:2e46b0ae=????????
77f57564 33c0 xor eax,eax
77f57566 c20400 ret 0x4
77f57569 2e8bc0 mov eax,cs:eax
77f5756c 2e8bc0 mov eax,cs:eax
----> Stack back Trace <---
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
2a86fe5c 503cdf1a 00000000 29cdd0f8 2d069a20 29cdd100
ntdll!RtlEnterCriticalSection
2a86fe80 503a644a 29da1590 50294b63 29cdd0f8 29e305c8 !JVM_FindSignal
2a86feb4 503d51c8 1451faf8 2b0cc51c 00000003 29da1590 !FindStickySystemClass
29cdd0bc 2d069a20 14999f30 00000000 2d069a20 2b0c7310 !JVM_FindSignal

Hi,Even i'm getting the same problem. Have u solved the problem ?if yes, plz. let me know abt it....thanx a lot-radhika

Similar Messages

  • Since the last upgrade, FF no longer runs on my laptop! I get the crash report box but it never restarts upon pressing that option. I can't try the safe mode or the other self-help options because no FF browser window opens.

    FF worked fine before I accepted the latest update just a few days ago. My friend who lives far away said that she also has problems since the upgrade. When I click on the thumbnail to open FF no window opens, all I see is the crash report. Without the window I can't try the self-helps or give a crash ID (from what I understand from reading the options). None of the options in the crash report restore the browser. When I click on one, the box just pops right back up.
    Other than general slowness of my system and some possible hacking which got someone into my paypal account this week, I've had no other computer issues. (I've changed my email address with PP & changed my email passwords in case someone is accessing my machine through my email...I'm not very computer literate...I don't believe this can happen, yet no other options were presented).
    Because my friend also experienced this crash issue I think this is totally related to the upgrade & what ever it did to my computer such that FF no longer loads.
    Please give me steps to fix this issue without FF running--all the self-help techniques seem to assume that I can run FF, get a browser window, utilize the links therein. I can't get a window open at all!

    YAY!! I have Safe mode!!
    um, now what?

  • I downloaded a Free Trial of Adobe PS and it crashed my Windows 8 system. Can someone please help

    I am operating an HP All-in-one Touchsmart PC with Windows 8 and I downloaded the Free Trial of Adobe PS to see if I like it and it crashed my Windows 8 system. I still have access to my desktop,however; cannot get back to my start screen. Has anyone else experienced any issues? PLEASE HELP!!!

    No, I don't have a back-up of TIme Machine... to tell you the truth, I have this computer for a few years now and I still don't know how to work all of the apps that are here. Anything else I can do?

  • I tunes keeps crashing in windows 7. I tunes version 12.0.1. please help I need to back up my phone!!!

    I tunes keeps crashing in windows 7. I tunes version 12.0.1. please help I need to back up my phone!!!
    Can someone please help me to sort out whatever issue would be causing this problem?

    Hi,
    Have you managed to solve this problem? if yes, please highlight how you solved it...i'm facing same problem with my new Iphone 5S but udner Windows, thanks.

  • Weblogic Server 6.1 as Windows NT Service

    Hi All,
    I am running Weblogic Server 6.1 as Windows NT Service with one WAR
    Application Deployed in Production Mode.
    My machine is on Windows 2000 Application Server. I am facing a very strange
    problem with the setup.
    Prob 1 :
    Sometimes the service unexpactedly terminates ( I ve got the log in
    Event Viewer of Win2K saying that myserver service has been terminated 2
    times....) !! Can anyone explain why it is terminating like these ? what
    could be the possible reasons ?
    Prob 2 :
    When i see the logs that are generated i found that the WAR Application
    is continuously getting re-deployed and I am getting Deployment Exceptions
    for the same WAR files that i couldnt be deployed. This is happening
    automatically , I am not re-deploying the app.
    What could be the possible reasons ? Can anyone explain this behaviour ?
    Thanks in Advance.
    Bhavin Raichura

    Hello Bhavin,
    Are you sure you are running in production mode? Because production vs
    development mode is controlled by a parameter in startWebLogic. However,
    startWebLogic doesn't matter when you run it as a service. The startup
    parameters are set in installNTService, from where they go directly in the
    Windows registry.
    We found out that it matters what the timestamp of the packaged file is,
    compared to the time WebLogic started. For us, when the timestamp of our
    .ear file is earlier than the time WebLogic started, it does not want to
    redeploy. Maybe your timestamp is in the future or something??
    There are two reasons why you will see "service terminated unexpectedly".
    (a) If you stop the server yourself from the admin console or through the
    command line, the beasvc process exits, but Windows doesn't expect that, so
    it complains. Windows will not complain if you stop the service through "net
    stop <service>".
    However, there is reason (b), when the beasvc.exe process crashes by itself.
    We occasionally experience that (WebLogic 6.1 sp1) and we don't know why
    either. The only clue is in the weblogic.log file, where the last entry was
    something like: NT Performance Pack, I/O error, FD 3456.
    If you solve your #1, I would love to hear about it.
    Christo
    "bhavin raichura" <[email protected]> wrote in message
    news:[email protected]...
    Hi Kumar,
    Thanks for the reply.
    Well, the size of WAR is not very big, but that needs many other jars inthe
    classpath to get executed.
    I suppose the prob # 2 can be solved by Disabling Auto Deployment of
    Applications from Console > Mydomain > Application and uncheck thecheckbox
    but I am not sure.
    But what is wrong exactly with the setup ? This works perfactly alrightwhen
    Weblogic is not running as Windows Service.
    can web.xml and weblogic.xml or config.xml be helpful to you in
    understanding the problem ?
    Thanks in advance.
    Bhavin Raichura
    "Kumar Allamraju" <[email protected]> wrote in message
    news:[email protected]...
    I can help with #2.
    If your war file is not that big, can you send it to me? I will take alook at
    it.
    bhavin raichura wrote:
    Hi All,
    I am running Weblogic Server 6.1 as Windows NT Service with one WAR
    Application Deployed in Production Mode.
    My machine is on Windows 2000 Application Server. I am facing a very
    strange
    problem with the setup.
    Prob 1 :
    Sometimes the service unexpactedly terminates ( I ve got the log
    in
    Event Viewer of Win2K saying that myserver service has been terminated2
    times....) !! Can anyone explain why it is terminating like these ?what
    could be the possible reasons ?
    Prob 2 :
    When i see the logs that are generated i found that the WARApplication
    is continuously getting re-deployed and I am getting DeploymentExceptions
    for the same WAR files that i couldnt be deployed. This is happening
    automatically , I am not re-deploying the app.
    What could be the possible reasons ? Can anyone explain this behaviour
    >>>
    Thanks in Advance.
    Bhavin Raichura

  • Firefox was working fine in the morning, after half a day, it just crashed and now every time i try to start FF it crashes, i reinstalled FF, even tryed FF 4 beta, every time same crash report window, and nothing happens.

    After a half day working normally, FF just crashed, and now i reinstall it, even tryed FF 4 beta, and still getting crash report. Cant even start in safe mode, same crash report window pop up.
    Checked for viruses, malwares. Nothing helped.

    Other applications print okay? If so, try deleting the Preview .plist
    You need to look in your user Library/Preferences for the .plist. Hold down the option key while using the Finder "Go To Folder" command. Enter ~`/Library. Delete the .plist(s) for the application.
    If you prefer to make your user library permanently visible, use the Terminal command found below. It does work with Mountain Lion:
    http://osxdaily.com/2011/07/22/access-user-library-folder-in-os-x-lion/
    You might want to bookmark the command. I had to use it again after I installed 10.8.2. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Photoshop 2014 keeps crashing under Windows 8.1 on a Surface Pro.

    Team,
    Photoshop 2014 keeps crashing under Windows 8.1 on a Surface Pro.
    I have tired.
    1. Updating Intel Graphics Card. (unsuccessful)
    2. Logging in and out of creative cloud. (unsuccessful)
    See log below.
    Faulting application name: Photoshop.exe, version: 15.2.0.236, time stamp: 0x542531ba
    Faulting module name: ntdll.dll, version: 6.3.9600.17278, time stamp: 0x53eebd22
    Exception code: 0xc0000005
    Fault offset: 0x0000000000024ac8
    Faulting process ID: 0x1448
    Faulting application start time: 0x01cfe6c7bd37e765
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe
    Faulting module path: C:\windows\SYSTEM32\ntdll.dll
    Report ID: 072b7ff9-52bb-11e4-825f-600292e27add
    Faulting package full name:
    Faulting package-relative application ID:

    Well it came installed on my brand new Windows 8 pro w530 I received 4 weeks ago and has never worked. When you try to open power manager it just crashes. If you uninstall it the Lenovo software just keep reinstalling it. If you uninstall the Lenovo PM driver but do not reboot you can then open Power Manager. The minute you reboot the Lenovo software reinstallls the driver. 
    Why would Lenovo install software on a brand new Windows 8 laptop that is broken and useless? Tech support is absolutely no help they transfer you to the software department which wants to charge you to fix a problem that Lenovo created!!! It is crazy!! I was hoping someone here could solve this problem or maybe someone at Lenovo would see this and get the problem resolved. Tech support has been useless. I reported the problem to them at least 5 times.

  • PlayMemories Crashes on Windows 8.1 64 Bit

     PlayMemories is crashing on Windows 8.1 64 Bit. It crashes as soon as I start it up, with "Browser Stopped Wiorking".
    From Windows Event Log:
    Faulting application name: PMBBrowser.exe, version: 9.2.0.2052, time stamp: 0x54d349d3
    Faulting module name: MSVCR100.dll, version: 10.0.40219.325, time stamp: 0x4df2be1e
    Exception code: 0x40000015
    Fault offset: 0x0008d6fd
    Faulting process id: 0x352c
    Faulting application start time: 0x01d051e3319a6d63
    Faulting application path: C:\Program Files (x86)\Sony\PlayMemories Home\PMBBrowser.exe
    Faulting module path: C:\Windows\SYSTEM32\MSVCR100.dll
    Report Id: 70ec99c0-bdd6-11e4-826d-8086f23f5dda
    Faulting package full name:
    Faulting package-relative application ID:
    This is the only application I'm having trouble with. The error occurrs as soon as the software starts up.
    How do I fix this?
    The problem with using Explorer to copy the files from the camera disc is that the raw files are in a format that
    my movie making/DVD burning software doesn't recognize.  Using PMB on my older computer isn't really an option, because the files are big and hard to transfer to this computer. Is there any other way to import movies from the camera onto my computer?

    Hi,
    This particular question pertain to Windows 10 Preview. Please post your question on this link
    http://answers.microsoft.com/en-us/windows/forum/windows_tp?auth=1.
    So that experts will be able to help you better.
    Regards,
    Bharath

  • Adobe acrobat pro 9.2 crashes in windows xp sp3 when closing a pdf

    Adobe acrobat pro 9.2 crashes in windows xp sp3 when I close a pdf. This means that if I have multiple files open, all of them close. I get an error message from windows that the problem is due to windows' Data Execution Prevention (DEP). I tried making Adobe an exception to windows' DEP and re-started the computer but this did not help the problem. Any ideas about how to fix this problem?

    So.. If we want to control the "hardware graphics acceleration", should it be done inside the Adobe Acrobat Pro ?
    If yes, which part of option should we changed ?
    If not, can someone tell me which way to setting this one ?
    Do anybody have other input ? This problem makes me crazy
    Thank you so much in advanced.

  • Forms Builder 10.1.2.3 Crash in Windows 7

    Followed the installation steps mentioned in metalink note: 559067.1 [How to Install Developer Suite 10.1.2.3 on Windows Vista or Windows 7 ].
    Followed the installation steps till point 7.
    After the installation when I tried opening the forms builder (ORACLE_HOME/BIN\frmbld.exe) it immediately crash after oracle logo with the error message "Oracle Forms Designed had stopped working"
    Machine details:
    Windows 7 Ultimate 64bit
    Macbookpro 2012
    This is urgent. Any quick help is highly appreciated.
    Thanks
    Lakshmanan AK

    I've installed Oracle Developer Suite (ODS) 10g R2 on numerous Windows 7 systems and have only encountered an issue with Forms Builder crashing a couple of times. Each time, I've been able to resolve the problem by modifying the OS PATH environment variable to ensure there is not a conflict between Oracle versions. If you only have ODS 10g installed, this should not be a problem, but if you have different versions of Forms installed - this could very well be the problem. My you might want to take a look at the OS PATH and make sure all Windows related directories are listed first. Then list the ODS directories second and lastly, list everything else. Oracle has a bad habit of putting it's program directories before the operating system directories.
    It is also possible that your installation media is bad since your install is crashing in Windows XP mode as well. That being the case, you may want to download the installer again.
    Craig...

  • TS1717 iTunes 11 and Windows 7 (32 bit). iTunes crashes frequently (Windows message : "iTunes has stopped working and will be closed").

    iTunes 11.0.1.12 and Windows 7 (32 bit, latest version). iTunes crashes frequently (Windows message : "iTunes has stopped working and will be closed"). I may be trying to search for an App. or book (or anything else), trying to access iTunes store, checking for updates to Apps., inputting my password, etc. etc. I have uninstalled iTunes several times, reinstalled several times, but the error persists. I tried the iTunes 10 suggested fix of running in safe mode, but iTunes again crashed when I was trying to create a new ID.
    Any real help would be gratefully received. Thank you.

    Still having this issue

  • Itunes keeps crashing with windows 7

    iTunes 7 keeps crashing on windows 7. please help.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • CrashReporter - Could you please help to understand this crash report?

    Could you please help to understand this crash report below?
    If I'm not wrong it started after update the Mac OS X to version 10.5.6 - every startup.
    Note: First update by regular update then after by combo.
    Thanks in advance!
    _ CrashReporter
    Process: aslmanager [218]
    Path: /usr/sbin/aslmanager
    Identifier: aslmanager
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-04-05 08:29:52.069 -0300
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000200000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x952a8a85 asl_get64 + 11
    1 libSystem.B.dylib 0x952aa034 aslfile_fetchpos + 939
    2 libSystem.B.dylib 0x952aa2f6 aslfilematch + 339
    3 aslmanager 0x00002409 0x1000 + 5129
    4 aslmanager 0x00002b3e 0x1000 + 6974
    5 aslmanager 0x0000211a 0x1000 + 4378
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x001ffffc ebx: 0x952a9ca1 ecx: 0x00000000 edx: 0x00000000
    edi: 0x0000ff3d esi: 0x00100b30 ebp: 0xbffffbc8 esp: 0xbffffba0
    ss: 0x0000001f efl: 0x00010286 eip: 0x952a8a85 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00200000
    Binary Images:
    0x1000 - 0x2ffd +aslmanager ??? (???) <201b2dea48b8d80ac1432ff85244ed31> /usr/sbin/aslmanager
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x9444a000 - 0x9444efff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x951a4000 - 0x951abfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x951ba000 - 0x95321ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    _ Log
    05/04/09 8:25:58 com.apple.loginwindow[35] Shutdown NOW!
    05/04/09 8:25:58 com.apple.loginwindow[35] System shutdown time has arrived
    05/04/09 8:25:58 com.apple.SystemStarter[30] Stopping Missing Sync Listener
    05/04/09 8:25:58 com.apple.SystemStarter[30] Stopping HP Trap Monitor
    05/04/09 8:25:58 com.apple.SystemStarter[30] Stopping HP IO Monitor
    05/04/09 8:25:59 com.apple.SystemStarter[30] kextunload: unload kext /System/Library/Extensions/Pvsnet.kext succeeded
    05/04/09 8:25:59 com.apple.SystemStarter[30] kextunload: unload kext /System/Library/Extensions/ConnectUSB.kext succeeded
    05/04/09 8:26:02 com.apple.SystemStarter[30] kextunload: unload kext /System/Library/Extensions/vmmain.kext succeeded
    05/04/09 8:26:02 com.apple.SystemStarter[30] kextunload: unload kext /System/Library/Extensions/hypervisor.kext succeeded
    05/04/09 8:26:35 com.apple.launchctl.System[2] BootCacheControl: could not open /var/db/BootCache.playlist: No such file or directory
    05/04/09 8:26:35 com.apple.launchctl.System[2] BootCacheControl: could not unlink playlist /var/db/BootCache.playlist: Unknown error: -1
    05/04/09 8:26:37 com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    05/04/09 8:26:37 com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    05/04/09 8:26:37 com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    05/04/09 8:26:37 com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    05/04/09 8:26:49 org.ntp.ntpd[27] Error : nodename nor servname provided, or not known
    05/04/09 8:26:57 com.apple.SystemStarter[30] Starting up Missing Sync Listener
    05/04/09 8:26:57 com.apple.SystemStarter[30] Starting HP IO Monitor
    05/04/09 8:26:58 com.apple.SystemStarter[30] kextload: extension /System/Library/Extensions/hypervisor.kext is already loaded
    05/04/09 8:26:58 com.apple.SystemStarter[30] Starting HP Trap Monitor
    05/04/09 8:26:58 com.apple.SystemStarter[30] kextload: extension /System/Library/Extensions/vmmain.kext is already loaded
    05/04/09 8:26:59 com.apple.SystemStarter[30] kextload: extension /System/Library/Extensions/ConnectUSB.kext is already loaded
    05/04/09 8:27:00 com.apple.SystemStarter[30] kextload: extension /System/Library/Extensions/Pvsnet.kext is already loaded
    05/04/09 8:27:00 com.apple.SystemStarter[30] kextload: /Library/StartupItems/Parallels/Pvsvnic.kext loaded successfully
    05/04/09 8:27:06 com.apple.SystemStarter[30] Sun Apr 5 08:27:06 wslys-Mac.local Missing Sync Listener[77] <Warning>: 3891612: (CGSLookupServerRootPort) Untrusted apps are not allowed to connect to or launch Window Server before login.
    05/04/09 8:27:06 com.apple.SystemStarter[30] Sun Apr 5 08:27:06 wslys-Mac.local Missing Sync Listener[77] <Error>: kCGErrorRangeCheck : On-demand launch of the Window Server is allowed for root user only.
    05/04/09 8:27:06 com.apple.SystemStarter[30] Sun Apr 5 08:27:06 wslys-Mac.local Missing Sync Listener[77] <Error>: kCGErrorRangeCheck : Set a breakpoint at CGErrorBreakpoint() to catch errors as they are returned
    05/04/09 8:27:08 com.apple.SystemStarter[30] _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    05/04/09 8:27:20 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[123]) Exited: Terminated
    05/04/09 8:27:20 com.apple.launchctl.Aqua[129] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    05/04/09 8:27:20 com.apple.launchd[116] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
    05/04/09 8:27:21 com.apple.FolderActions.enabled[130] launchctl: Error unloading: com.apple.FolderActions.folders
    05/04/09 8:27:42 quicklookd[146] [QL ERROR] 'Creating thumbnail' timed out for '<QLThumbnailRequest /Users/wsly/Downloads/m090374535329zdwg_650ref.mov>'
    05/04/09 8:27:42 Dock[138] [QL ERROR] quicklookd crashed while thumbnailing /Users/wsly/Downloads/m090374535329zdwg_hdref.mov
    05/04/09 8:29:52 com.apple.launchd[1] (com.apple.aslmanager[218]) Exited abnormally: Segmentation fault

    Try repairing the disk through the Mac OS X install disk.

  • Lightroom 4.4 crashed on Windows 7 Laptop, lost catalog info, won't import half my images.

    Lightroom 4.4 crashed on Windows 7 Laptop today, lost catalog info, won't import half my images.
    Not only is LR messed up, it deleted my day's shooting. Can't believe that.
    Now it won't import (i.e. re-import) half my files.
    Imported half, but had errors importing rest.
    Corrupt catalog?
    When I try to import the folders, it recognizes that they are in the catalog (I have "don't import duplicates" turned on).
    After running through all the folders, it says, "Nothing to Import."
    Any help?
    Best,
    Peter

    Thanks dj_paige.
    I installed a plugin, coincidence makes me thinks this might have cause a LR4.4 crash.
    After rebooting my windows 7 laptop, LR had lost record of half my directories on the external drive, as seen in Library Module.
    In Windows Explorer, the folders and images are still there.
    I tried recovering the lost folder references in LR by doing an import on the external hard drive again.
    It took about a half hour to run.
    There was a report screen at the end of the process that said that LR was unable to import something like 1500 images.
    I did not save the report screen. Maybe it is part of a log file somewhere to give you what it exactly said?
    I do not profess to understand how catalogues work under the covers.
    I only use one catalog at this point.
    My guess is at this point I should de-commission the catalog (whatever it takes to do that - delete it, etc.) and just do a new, fresh import on my images.
    I don't feel I lose anthing this way - I can't see where I would lose anything important. About 5-10% of the RAW images were processed and exported to jpg, just for web use for casual viewing. The jpg's are all still on the external hard drive.
    Any suggestions are appreciated.
    Cheers,
    Peter

  • Conver weblogic Admin server to a windows service

    I used the following scripts to conver weblogic Admin server to a windows service :
    SETLOCAL
    set DOMAIN_NAME=Sayesaman
    set USERDOMAIN_HOME=C:\jdev11.1.1.6\user_projects\domains\Sayesaman
    set SERVER_NAME=Sayesaman
    set WL_HOME=C:\jdev11.1.1.6\wlserver_10.3
    set WLS_USER=weblogic
    set WLS_PW=weblogic110
    set PRODUCTION_MODE=false
    set MEM_ARGS=-Xms512m –Xmx512m
    call "C:\jdev11.1.1.6\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    after running these scripts the windows service created successfully and running properly .
    but the state of all web application is failed and even I can't deploy any web application and I get the following error :
    Class Not Found : oracle.dms.wls.DMSServletFilterr
    Please help me to conver weblogic Admin server to a windows service correctly .
    Edited by: 950222 on Aug 1, 2012 2:46 AM

    Request you to share the entire stack of error.
    Meanwhile,I would recommend that you deleet the existing service created and re-create the service by following the below steps:-
    1. Create a text file
    %MIDDLEWARE_HOME%\user_projects\domains\servers\AdminServer\security\boot.properties
    Add the following lines
    username=weblogic
    password=
    Important to Note:
    a. If this step is not performed you will see the following generic error when the Admin Server is started in " background mode " via an MS Windows Service.
    BEA-090403 Authentication for user weblogic denied
    This error occurs because, by default, startup of Admin Server interactively prompts for the weblogic username and password. If the password is not supplied the error is thrown.
    b. As soon as you start the Admin Server the username and password values in this file will be encrypted. Be sure to stop / start the Admin Server as soon as possible to ensure the credentials are not exposed for longer than necessary.
    2. Create a command script called installAdmServer_Service.cmd which has lines like
    SETLOCAL
    set DOMAIN_NAME=ClassicDomain
    set USERDOMAIN_HOME=C:\middleware\FMW11g\user_projects\domains\ClassicDomain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=true
    cd %USERDOMAIN_HOME%
    call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
    call "C:\middleware\FMW11g\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    3. For troubleshooting / debugging purposes it is helpful to redirect standard out and error to a text file. Although most information is captured in the AdminServer server log files, you will not see all standard out and error when the server is started via a MS Windows Service (unlike when you start an AdminServer from the command prompt using startWebLogic.cmd). To redirect standard out to a text file, backup and edit installSvc.cmd and change the line at the bottom of the file so it include the -log parameter e.g
    "%WL_HOME%\server\bin\beasvc" -install
    -svcname:"%DOMAIN_NAME%_%SERVER_NAME%"
    -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%"
    -extrapath:"%WL_HOME%\server\bin" -password:"%WLS_PW%"
    -cmdline:%CMDLINE%
    -log:"C:\Middleware\FMW11g\user_projects\domains\ClassicDomain\%SERVER_NAME%-stdout.txt"
    4. Now run "installAdmServer_Service.cmd". The Service should be installed, it will have a name like ""beasvc %DOMAIN_NAME%_%SERVER_NAME%" e.g
    beasvc ClassicDomain_AdminServer
    The Service "Startup Type" will be 'Automatic'. Just like any other MS Windows Service you can change the 'Startup Type' to 'Manual'.
    Start the Service. The Service will come back fairly quickly to say it is started. The actual time taken for AdminServer to start and reach a state of 'RUNNING' will be longer - perhaps two or three minutes. The state of the server can be monitored by reviewing the stdout txt file.
    Notes:
    An alternative to the boot.properties approach to specifying the Admin Server weblogic username / password is to add the following environment variables to your wrapper cmd script - installAdmServer_Service.cmd
    set WLS_USER=weblogic
    set WLS_PW=manager11g
    The beasvc utility encrypts the login credentials and stores them in the Windows registry.
    This is one of two possible methods for avoiding the username/password prompt when a server instance starts. The disadvantage to this method is that changing the username or password for the server instance requires you to delete the Windows service and set up a new one with the new username and password. Instead of this method, you can use a boot identity file. With a boot identity file, you can change the login credentials without needing to modify the Windows service.
    Create a MS Windows Service for a Managed Server e.g WLS_FORMS
    Important to Note:
    1. The ADMIN_URL value should reference the AdminServer hostname and listen port.
    2. The SERVER_NAME value is case sensitive. For example, if you are creating a MS Windows service for a different managed server such as 'wls_ods1' then the value needs to match the case of the server name otherwise the startup of the server via the MS Windows service will fail.
    3. Be careful that there are no trailing spaces after each line in the command file - trailing spaces will cause the managed server to fail at startup. For example a trailing space in the ADMIN_URL value will result in the error
    <Error> <EmbeddedLDAP> <BEA-171524> <Cannot determine the Listen address for the Admin server
    3. Now run "installAdmServer_Service.cmd". The Service should be installed, it will have a name like ""beasvc %DOMAIN_NAME%_%SERVER_NAME%" e.g
    beasvc ClassicDomain_AdmServer
    The Service "Startup Type" will be 'Automatic'. Just like any other MS Windows Service you can change the 'Startup Type' to 'Manual'.
    Start the Service. The Service will come back fairly quickly to say it is started. The actual time taken for the managed server to start and reach a state of 'RUNNING' will be longer - perhaps two or three minutes. The state of the server can be monitored by reviewing the stdout txt file.
    Hope this helps!
    -Sandeep

Maybe you are looking for

  • N97 - volume not working on home screen

    Hey all - My latest n97 undocumented feature (read bug) is that when I'm on the home screen I cannot adjust the volume using the hard keys. It does work if I go into the music player but when I come back out to the home screen it still doesn't work.

  • How to loop through a Data Node

    Hello, I have an Interactive Adobe form in WebDynpro Java project.  My data View tab includes the following structure: Bapi_test ValueHelpData CodeNumber CodeDescription Can someone please tell how I can loop through the “ValueHelpData” node, and get

  • LOVE my video iPod, but I have a question on battery life

    I just received my iPod yesterday, and I already have my entire music library on it as well as 3 movies and I must say I am amazed... One question though, after watching "Stealth" for about 20 minutes, the battery appears to be halfway drained. Is th

  • Free Drum Loops for you to play with

    Hey all: In the holiday spirit of giving back to the community, etc., etc., I thought maybe you all would enjoy some badass drum loops to play around with in Soundtrack Pro (my all-time favorite Apple program). So here goes: This is a zip file contai

  • Can I change device to another account

    I Have two iPads registered to the same iTunes/iCloud, can I move a device to another account?