Cannot Start Service Bus Domain from ANT script

Hi,
I am preparing a script which buils service bus domain using wlst script and then makes a jar file of the newly build domain and transfer it to the target location where it need to run.
Once the jar file is in target location is jar is expanded in a folder.
The above mentioned process if working fine. If i try to start the domain from that location either by double clicking startWebLogic.cmd or from dos prompt it does start the domain wihtout any error.
However if i try to start the domain from with the same ANT script either using <wlserver> or <java classname="weblogic.WLST"> using startServer ('AdminServer','mydomainname','weblogic','weblogic','t3://localhost:7001') the domain startup does start but failes with same weblogic.management.deployment exception.
complaining about all alsb specific applications error i.e.
java.lang.ClassNotFoundException: com.bea.wli.sb.init.MarkerAppListener/com.bea.wli.sb.init.FrameworkStarter ..... under weblogic.management.deloymentexception.
had anyone manager to start domain like this? any help?
thanks
salman

I faced a similar issue when all ALSB specific applications were failing with ClassNot Found error when the managed servers were started using node manager. This was fixed by setting up the right Server Classpath for the WLS server.
The issue was fixed after setting up the CLASSPATH to use when starting up the server as below, where E:/APPS/STAGE/OSB103 is the BEA_HOME
E:\APPS\STAGE\OSB103\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_cie670\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_alsb1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\JROCKI~1\lib\tools.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\weblogic.jar;E:\APPS\STAGE\OSB103\modules\features\weblogic.server.modules_10.3.0.0.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\webservices.jar;E:\APPS\STAGE\OSB103\modules\ORGAPA~1.5/lib/ant-all.jar;E:\APPS\STAGE\OSB103\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\features\osb.server.modules_10.3.1.0.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\flow\sb-flow.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\com.bea.core.jaxen_1.0.1.0_1-1-1.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\version.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\alsb.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-ant.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-common.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-core.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-dameon.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\classes;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\com.bea.core.apache.commons.logging_1.1.0.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\jca-binding-api.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\bpm-infra.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\E:\APPS\STAGE\OSB103\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_cie670\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\patch_alsb1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\APPS\STAGE\OSB103\JROCKI~1\lib\tools.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\weblogic.jar;E:\APPS\STAGE\OSB103\modules\features\weblogic.server.modules_10.3.0.0.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\webservices.jar;E:\APPS\STAGE\OSB103\modules\ORGAPA~1.5/lib/ant-all.jar;E:\APPS\STAGE\OSB103\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\features\osb.server.modules_10.3.1.0.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\flow\sb-flow.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\com.bea.core.jaxen_1.0.1.0_1-1-1.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\version.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\alsb.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-ant.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-common.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-core.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\lib\j2ssh-dameon.jar;E:\APPS\STAGE\OSB103\osb_10.3\3rdparty\classes;E:\APPS\STAGE\OSB103\WLSERV~1.3\..\modules\com.bea.core.apache.commons.logging_1.1.0.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\jca-binding-api.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\bpm-infra.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\log4j_1.2.8.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\xmlparserv2.jar;WL_HOME\server\ext\jdbc\oracle\orai18n.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\xqrl.jar;jca\log4j_1.2.8.jar;E:\APPS\STAGE\OSB103\osb_10.3\lib\transports\jca\xmlparserv2.jar;WL_HOME\server\ext\jdbc\oracle\orai18n.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;E:\APPS\STAGE\OSB103\WLSERV~1.3\server\lib\xqrl.jar;
-Atheek

Similar Messages

  • Im updating itunes and cannot start services

    I just installed (tried to) the latest version of itunes and i recieved an error message that said to try to reinstall.  I did and now I am being told that I cannot start services and to make sure that I am an authorized user.  What to do??

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Cannot start Services from CMC after the migration of BOBJ from C to E driv

    Hi ,
    We recently upgraded our BOBJ environment from BOE XI 3.1 FP1.6 on C drive to  BOE XI 3.1 FP2.2 to E drive. The installation is completed successfully but all the services from CMC are stopped. I cannot start them and upon checking the properties, the path is still pointing to C drive even though the tomcat settings are pointing to E drive. Any help on this is greatly appreciated.
    The error message is as follows:
    The executable could not be launched. Possible reasons are insufficient RAM or disk space, or an invalid filepath or working directory. Actual reason: CreateProcess: "C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\wireportserver.exe" -JTCss 1024 -loggingPath E:/Logging/ -trace -fg -restart -name BUSOBJJF00.WebIntelligenceProcessingServer -pidfile "E:\Program Files\BusinessObjects Enterprise 12.0\serverpids\BUSOBJJF00_BUSOBJJF00.WebIntelligenceProcessingServer.pid" -ns BUSOBJ-JF00.ESC.win.colpal.com:6400 error=3
    Thanks,
    madhuri

    I saw something similiar once when using SAP authentication(you didn't mention which auth model you are using).
    If the license you installed was a named user (vs. concurrent user) and you picked the opposite setting in the CMC Authentication section, then you won't be able to login.

  • Access Oracle Service Bus objects from within a PBL program

    Followed instructions from Studio Reference documentation for cataloging Oracle Service Bus objects and embedded sample code but encountered http 404 not found error. Is there anyway to trace the call made to the Service Bus? I change the log message severity level for Workspace application to debug but the call is not logged. The following is the output from the log:
    ================Oracle® BPM - WorkSpace================
    RUNTIME:fuego.papi.exception.ActivityFailedException: Activity '/ExpenseReport#Default-1.0/GlobalCreation[CreateExpenseReport]' task '' could not execute successfully.
    RUNTIME:Detail:Method: '', Exception: 'The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.'
    RUNTIME:
    RUNTIME:     at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.createActivityFailedException(AbstractProcessBean.java:3561)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.createActivityFailedException(FEngineProcessBean.java:371)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2968)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:     at fuego.component.CustomExecution.next(CustomExecution.java:176)
    RUNTIME:     at fuego.papi.impl.rmi.RMIExecution.next(RMIExecution.java:109)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    RUNTIME:     at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    RUNTIME:     at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    RUNTIME:     at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    RUNTIME:     at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    RUNTIME:     at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    RUNTIME:     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    RUNTIME:     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    RUNTIME:     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    RUNTIME:     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    RUNTIME:     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    RUNTIME:     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    RUNTIME:     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    RUNTIME:     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    RUNTIME:     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    RUNTIME:     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    RUNTIME:     at java.lang.Thread.run(Unknown Source)
    RUNTIME:Caused by: fuego.lang.ComponentExecutionException: The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:519)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:273)
    RUNTIME:     at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:219)
    RUNTIME:     at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1280)
    RUNTIME:     at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:401)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:146)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:513)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:154)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:116)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:96)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalCreationMicroActivity.execute(GlobalCreationMicroActivity.java:109)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalInteractiveMicroActivity.execute(GlobalInteractiveMicroActivity.java:73)
    RUNTIME:     at fuego.server.AbstractProcessBean$44.execute(AbstractProcessBean.java:2961)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    RUNTIME:     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    RUNTIME:     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    RUNTIME:     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    RUNTIME:     at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2954)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:Caused by: fuego.lang.RuntimeCILExecutionException: <?xml version="1.0" encoding="UTF-8" ?>
    RUNTIME:<string>return code: 404
    RUNTIME:&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Draft//EN&quot;&gt;
    RUNTIME:&lt;HTML&gt;
    RUNTIME:&lt;HEAD&gt;
    RUNTIME:&lt;TITLE&gt;Error 404--Not Found&lt;/TITLE&gt;
    RUNTIME:&lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;WebLogic Server&quot;&gt;
    RUNTIME:&lt;/HEAD&gt;
    RUNTIME:&lt;BODY bgcolor=&quot;white&quot;&gt;
    RUNTIME:&lt;FONT FACE=Helvetica&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;TABLE border=0 cellspacing=5&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;FONT FACE=&quot;Helvetica&quot; COLOR=&quot;black&quot; SIZE=&quot;3&quot;&gt;&lt;H2&gt;Error 404--Not Found&lt;/H2&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:&lt;TABLE border=0 width=100% cellpadding=10&gt;&lt;TR&gt;&lt;TD VALIGN=top WIDTH=100% BGCOLOR=white&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H3&gt;From RFC 2068 &lt;i&gt;Hypertext Transfer Protocol -- HTTP/1.1&lt;/i&gt;:&lt;/H3&gt;
    RUNTIME:&lt;/FONT&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H4&gt;10.4.5 404 Not Found&lt;/H4&gt;
    RUNTIME:&lt;/FONT&gt;&lt;P&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.&lt;/p&gt;&lt;p&gt;If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.&lt;/FONT&gt;&lt;/P&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:
    RUNTIME:&lt;/BODY&gt;
    RUNTIME:&lt;/HTML&gt;
    RUNTIME:</string>
    RUNTIME:
    RUNTIME:     at fuego.components.ScreenFlow.rethrowUserException(ScreenFlow.java:274)
    RUNTIME:     at fuego.components.ScreenFlow.propagateParentException(ScreenFlow.java:239)
    RUNTIME:     at xobject.Fuego__AutoGen__Screenflows__.__SubmitReport.Begin_Invocator(__SubmitReport.xcdl:13)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl:3)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:512)
    RUNTIME:     ... 35 more

    You are receiving a 404 error which means that the binding to the SB is not correct or there is a problem with the SB end part of the integration.
    Are you able to test this successfully from an automatic activity for example aside from trying to use it within a screenflow ?
    Thanks !
    eduardoc.

  • After MS13-098 and SecurityAdvisory(2915720), Windows Server 2003 Remote Desktop(TermService) cannot start service

    I have trouble with Windows Server 2003 R2 Standard. I installed the KB2893294(MS13-098) patch, and I changed the registry that is suggested actions of Security Advisory(2915720) http://technet.microsoft.com/en-us/security/advisory/2915720
    Suggested Actions:
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Wintrust\Config]
    "EnableCertPaddingCheck"="1"
    After rebooting the event viewer(system) says:
     Event Type: Error
     Event Source: TermService
     Event Category: None
     Event ID: 1014
     User:  N/A
     Description:
     Cannot load illegal module: C:\Windows\system32\rdpwsx.DLL
    After I cannot use Remote Desktop Connection from other client.
    So I check the all security patches and other hotfixies. I checked the KB2653956 and KB958476.
    But TermService do not recover the error.
    And then, I delete the "EnableCertPaddingCheck" registry and reboot systems.
    TermService have no error. I can use Remote Desktop Connection from other client.
    After KB2893294 installed, Remote Desktop Connection cannot use from other client that "EnableCertPaddingCheck" registry set to "1".
    Other Windows Server 2008 systems do not effect the KB2893294 patch. But All Windows Server 2003 systems cannot use the Remote Desktop Connections after the KB2893294 patch.

    Update on this issue:
    The debug team has accepted the issue and has identified it as a regression.  Right now they're targeting *June* as the release date for a fix.  I'm attempting to educate them that customers don't just install patches the day (or even month) they're
    released and that the fix needs to be moved up in priority to give a minimum of 60 days to install the patch before the time-bomb explodes.
    In the meantime, a workaround has been provided that will turn off the new functionality.  Note that I have not yet had a chance to test this.  It entails creating a new DWORD registry entry--UseLegacyPE--and setting it to 1.
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\ImageHlp\UseLegacyPE
    I will update this thread when I have further information.

  • Cannot start managed server domains for SOA Suite 11g with Weblogic

    Hi all,
    I have installed Oracle 11gR1 (11.1.1.3) SOA Suite with Oracle 11gR1 (10.3.3) Weblogic on Oracle Enterprise Linux 5 (64 bit OS) platform and cannot get the managed server domains to start due to the following
    authentication errors.
    $ sh startManagedWebLogic.sh soa_server1 http://xxx.xxx.xx.xxx:7001
    <Dec 14, 2010 11:12:44 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 14, 2010 11:12:44 AM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 14, 2010 11:12:44 AM EST> <Notice> <LoggingService> <BEA-320400> <The log file /weblogic1033/oracle/user_projects/domains/dummy_domain/servers/soa_server1/logs/soa_server1.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 14, 2010 11:12:44 AM EST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /weblogic1033/oracle/user_projects/domains/dummy_domain/servers/soa_server1/logs/soa_server1.log00005. Log messages will continue to be logged in /weblogic1033/oracle/user_projects/domains/dummy_domain/servers/soa_server1/logs/soa_server1.log.>
    <Dec 14, 2010 11:12:44 AM EST> <Notice> <Log Management> <BEA-170019> <The server log file /weblogic1033/oracle/user_projects/domains/dummy_domain/servers/soa_server1/logs/soa_server1.log is opened. All server side log events will be written to this file.>
    <Dec 14, 2010 11:12:46 AM EST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: <openjp
    <Dec 14, 2010 11:12:46 AM EST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: <openjpa-1.1.1-SNAPSHOT-r422266:891341 fatal store error> kodo.jdo.FatalDataStoreException: error result.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: <openjpa-1.1.1-SNAPSHOT-r422266:891341 fatal store error> kodo.jdo.FatalDataStoreException: error result
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Dec 14, 2010 11:12:46 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Dec 14, 2010 11:12:46 AM EST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Dec 14, 2010 11:12:46 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Caused By: netscape.ldap.LDAPException: error result (49)
    at weblogic.ldap.EmbeddedLDAPConnection.bind(EmbeddedLDAPConnection.java:639)
    at weblogic.ldap.EmbeddedLDAPConnection.determineFailover(EmbeddedLDAPConnection.java:2204)
    at weblogic.ldap.EmbeddedLDAPConnection.connect(EmbeddedLDAPConnection.java:366)
    at com.bea.common.ldap.LDAPConfiguration.getConnection(LDAPConfiguration.java:78)
    at com.bea.common.ldap.LDAPStoreQuery.executeQuery(LDAPStoreQuery.java:199)
    Truncated. see log file for complete stacktrace
    >
    <Dec 14, 2010 11:12:46 AM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 14, 2010 11:12:46 AM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    When I remove boot.properties file from $MIDDLEWARE_HOME/user_projects/domains/dummy_domain/servers/AdminServer/security
    I am able to start AdminServer, however, the ManagedServers do not start. When I try to use boot.properties file for AdminServer it will not start neither will Managed Servers.
    If anyone has idea how to resolve the issue, please let me know. I have tried using the following commands to change the passwords for ManagedServers to no success:
    cd /weblogic1033/oracle/user_projects/domains/dummy_domain/security
    java -cp /weblogic1033/oracle/wlserver_10.3/server/lib/weblogic.jar:$CLASSPATH weblogic.security.utils.AdminAccount newuser newpassword .
    It works but fails to change the password. I also tried changing settings for LDAP and security in the admin console to no success in resolving this issue.

    Take a backup of ldap folder under servers/managedServerName/data folder and delete those and thn restart managed servers,

  • Crystal Server Install Cannot Start Services

    Windows Server 2003
    Sql Server 2005
    Crystal Server 11
    New installation and we cannot get the services to start to finish the install.
    Error: 1920. Service 'Crystal Reports Cache Server' failed to start.  Verify Privileges.  Same message for 'Job Services' and 'Page services'.
    default user - local user.  In services we changed to administrator for login - NO.  Some say use local admin - but this is domain controller (no local users).  What is the solution? 
    Thanks,
    SS

    Have you tried using a domain account with local Admin privileges?

  • Cannot start mwa audio streaming from web site

    Dear all,
    I found that i cannot open a wma audio streaming from web sit. Safari popup a error message that the mime audio type is not available. Although I've already installed flip4mac and Media Player 9, both Safari/Firefox cannot playing such audio stream. Is it a plug-ins issue and how can I to check and resolve this? Please help.
    Eric

    Jeremy Williams wrote:
    > I am looking for a free, or not-so-free script or
    Dreamweaver extention that
    > will enable me to progressively stream mp3 music on my
    web pages, but one that
    > does not start playing unless you press a play button.
    Also, it would be nice
    > if it had other control buttons.
    >
    > If anyone is aware of anything like this, I sure would
    appreciate it!
    > Thank you in advance!!
    >
    This one is cool ($34):
    http://www.coffeecup.com/web-jukebox/
    (Warning, song starts playing when you browse there)
    Bonnie
    in California
    8 ^ )

  • PC-Netlink, cannot start services

    Hi all,
    I have a problem with PC-NETLINK 1.2 running on Solaris 8 using SPARC III chip on SUNFIRE 480 H/W.
    We are attempting to make Netlink a member server in an NT domain, however it would not work at all, after much re-jigging and analysing, we re-installed the product and attempted to make it a PDC in its own right. The software seems to believe that it is a PDC through the Netlink GUI and the NT systems can see it via the Server Manager tool.
    However see is all they can do. Any attempt to log-on, connect, map network drive etc from the NT servers to the Netlink system invokes an error message, "Remote Node not available" (Text may not be completely correct).
    Also, no matter what we try, the Netlink software will not start any of its services.
    Any of the NET commands from the unix shell that attempt to interrogate the Netlink configuration return an Error Message 53, Network path not found.
    The NET command can however be used to logon to one of the NT Domains and shows the expected responce when NET STATUS is subsequently called.
    We have another separate system where Netlink is the PDC with W2K Client and it functions as expected.
    My question really is something like, what could cause the Error 53's. We did have a suspect ce0 network port on the hardware and have since moved to ce1. Could this in any way affect Netlink when acting as a PDC.
    Why should all the NET commands that interrogate the local Netlink system return error 53 when the GUI seems to think that the system is a PDC.
    Loads-a-words and a very confused person with not a great deal of Solaris experience.
    Any pointers would be gratefully received (I can pay in beer if in my area!)
    Mike Read.

    Good afternoon Mr. Read,
    I just finish working with a client with the same issue. We use the Sun Document ID 47100, which go over a situation where PCNL has been running but now the services won't start. If you have Oracle running bring the database down and bring the netbios down. After you have done this follow the Document ID. WE were able to fix the problem. Good Luck.
    Jose Vazquez

  • Cannot start services

    Hi All,
    I want to update the SCVMM R2 to roolup 5, I've installed kb3023195_vmmserver_amd64 and kb3023914_AdminConsole_amd64
    but no change and services SCVMM can not start.
    this is log event viewer :
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-17T03:19:51.000000000Z" />
        <EventRecordID>3096</EventRecordID>
        <Channel>Application</Channel>
        <Computer>KRSSCVMMSVR01.kairos-it.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Service cannot be started. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
       at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
       at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
       at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)</Data>
      </EventData>
    </Event>
    Any idea?

    Hi Sir,
    Did you try to roll it back to  UR4 ?
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Weblogic Server Crash on accessing service bus console from remote

    Please help me out here. Thanks.
    Error Message:
    <2009-01-28 16:05:50 CET> <Warning> <netuix> <BEA-423430> <The portal <directive.page> element has been deprecated. You can set the page encoding on the <netuix:desktop> element.>
    <2009-01-28 16:05:51 CET> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is jsp/login/index.jsp.>
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:04:03 on Wed Jan 28 16:05:56 2009
    Additional information is available in:
    /home/efidev/dev/bea92/domains/alsb/jrockit.8808.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=1 si_addr=0x2598
    Version : BEA JRockit(R) R26.4.0-63_CR302700-72606-1.5.0_06-20061127-1104-linux-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : GC strategy for GC 0 was singleparpar
    : GC strategy for GC 1 was genparpar
    : GC strategy for GC 2 was genparpar
    : GC strategy for GC 3 was genparpar
    : mmHeap->data = 0x8100000, mmHeap->top = 0x28100000
    : The nurserylist starts at 0x8ba1998 and ends at 0xa29d4d8
    : mmStartCompaction = 0x22100000, mmEndCompaction = 0x24100000
    CPU : Intel Core (HT) SSE SSE2 Core EM64T
    Number CPUs : 2
    Tot Phys Mem : 3442233344 (3282 MB)
    OS version : lenny/sid
    Linux version 2.6.24-19-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Jun 18 14:43:41 UTC 2008 (i686)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xms512m -Xmx512m -Xverify:none -da -Dplatform.home=/usr/local/app/bea92/weblogic92 -Dwls.home=/usr/local/app/bea92/weblogic92/server -Dwli.home=/usr/local/app/bea92/weblogic92/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/usr/local/app/bea92/patch_weblogic921/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer_ALSB -Djava.security.policy=/usr/local/app/bea92/weblogic92/server/lib/weblogic.policy weblogic.Server
    java.home : /usr/local/app/bea92/jrockit90_150_06/jre
    j.class.path : :/home/efidev/dev/bea92/domains/alsb/lib/commons-collections-3.2.jar:/home/efidev/dev/bea92/domains/alsb/lib/commons-configuration-1.4.jar:/home/efidev/dev/bea92/domains/alsb/lib/commons-lang-2.3.jar:/home/efidev/dev/bea92/domains/alsb/lib/commons-logging-1.1.jar:/home/efidev/dev/bea92/domains/alsb/lib/commons-pool-1.3.jar:/home/efidev/dev/bea92/domains/alsb/lib/ip-code-translator-1.0.jar:/home/efidev/dev/bea92/domains/alsb/lib/IPHeaderAPI.jar:/home/efidev/dev/bea92/domains/alsb/lib/ip-logging-1.0.jar:/home/efidev/dev/bea92/domains/alsb/lib/kodo-4.1.2.jar:/home/efidev/dev/bea92/domains/alsb/lib/openjpa-0.9.6.jar:/home/efidev/dev/bea92/domains/alsb/lib/persistence-api-1.0.jar:/home/efidev/dev/bea92/domains/alsb/lib/serp-1.11.0.jar:/home/efidev/dev/bea92/domains/alsb/lib/velocity-1.4.jar:/usr/local/app/bea92/patch_weblogic921/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/local/app/bea92/jrockit90_150_06/lib/tools.jar:/usr/local/app/bea92/weblogic92/server/lib/weblogic_sp.jar:/usr/local/app/bea92/weblogic92/server/lib/weblogic.jar:/usr/local/app/bea92/weblogic92/server/lib/webservices.jar::/home/efidev/dev/bea92/domains/alsb/template_alsb/lib/config:/usr/local/app/bea92/weblogic92/servicebus/L10N:/usr/local/app/bea92/weblogic92/servicebus/lib/sb-public.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/sb-common.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/sb-internal.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/sb-core.jar:/usr/local/app/bea92/weblogic92/integration/common/lib/mfl-common.jar:/usr/local/app/bea92/weblogic92/platform/lib/p13n/p13n_system.jar:/usr/local/app/bea92/weblogic92/common/p13n/lib/p13n_common.jar:/usr/local/app/bea92/weblogic92/server/lib/wlxbean.jar:/usr/local/app/bea92/weblogic92/server/lib/apachexmlbeansutil.jar:/usr/local/app/bea92/weblogic92/server/lib/xquery.jar:/usr/local/app/bea92/weblogic92/server/lib/binxml.jar:/usr/local/app/bea92/weblogic92/common/lib/log4j.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/uddi_library.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/uddi_client_v3.jar:/usr/local/app/bea92/weblogic92/servicebus/lib/version.jar::/usr/local/app/bea92/weblogic92/common/eval/pointbase/lib/pbembedded51.jar:/usr/local/app/bea92/weblogic92/common/eval/pointbase/lib/pbupgrade51.jar:/usr/local/app/bea92/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/usr/local/app/bea92/weblogic92/server/lib/xqrl.jar::
    j.lib.path : /usr/local/app/bea92/jrockit90_150_06/jre/lib/i386/jrockit:/usr/local/app/bea92/jrockit90_150_06/jre/lib/i386:/usr/local/app/bea92/jrockit90_150_06/jre/../lib/i386:/usr/local/app/bea92/patch_weblogic921/profiles/default/native:/usr/local/app/bea92/weblogic92/server/native/linux/i686:/usr/local/app/bea92/weblogic92/server/native/linux/i686/oci920_8
    JAVA_HOME : /usr/local/app/bea92/jrockit90_150_06
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/app/bea92/jrockit90_150_06/jre/lib/i386/jrockit:/usr/local/app/bea92/jrockit90_150_06/jre/lib/i386:/usr/local/app/bea92/jrockit90_150_06/jre/../lib/i386:/usr/local/app/bea92/patch_weblogic921/profiles/default/native:/usr/local/app/bea92/weblogic92/server/native/linux/i686:/usr/local/app/bea92/weblogic92/server/native/linux/i686/oci920_8
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured

    Upgrading to latest version is a good choice. You can also consider increasing the heap size from -Xms512m -Xmx512m to -Xms1024m -Xmx1024m and confirm if this crash was due to insufficient heap.

  • Cannot start Weblogic 10.0 from Workshop 10.3 on 64 bit Suse linux

    The following problem has cost me several hours. Maybe this will be helpful to others....
    In Weblogic Workshop 10.3, after registering a Weblogic 10.0 server configuration (Servers View > New...) and creating a new domain (taking the defaults from the wizard), the server fails to start (right-click on server in Servers View then select Start). There are no errors, but a time-out occurs. From the console output, the server appears to start normally and the admin console is available in a web browser, but the State in Workshop never changes from "starting" to "started". This makes deployment impossible.
    From another forum thread, I guessed this may have something to do with a 32-bit/64-bit Java Virtual Machine memory addressing problem.
    Solution
    I created a new domain using the wizard. In the domain-creation wizard, I selected a 64-bit JVM (not part of the Weblogic installation) instead of any of the defaults (which are presumably all 32-bit). With this, the server successfully starts.

    WLS 10.3 and above require Java 1.6, and certain versions. It's recommend that you use one of the JVM's installed with the product. For 10.3, I think that is jdk160_05.

  • Cannot start services in Mewdia Center (errors 0x80070005 and 70006)

    I have an HP Touchsmart IQ506 desktop with integral TV tuner.
    I recently did a system recovery (not restore) to Vista and upgraded to Win7 with my disc, then to SP1.
    The computer searched for the tuner, but no luck.
    I looked to the services, and they were not started, so when I tried to start the ehRecvr and ehSched, I got error messages as above -- Access denied.
    I have been able to start and stop the MMCSS and WMP Network services with no problem.
    The TV was working fine prior to the recovery, and nothing has been added to, or removed from, the system other than USB thumb drives.
    I have not installed all updates since the recovery, so are there any which might result in this error message?
    I had not installed all of the updates prior to the recovery, either.
    How can I gain access to start the services?
    I am the only one who uses the computer, and there are no kids in the house, so that possibility is out.
    Suggestions?

    Your TV Turner need different driver after you update OS
    I just can find this
    http://www.radarsync.com/drivers/id179187/AVerMedia_A327_Mini-Card_Hybrid_Analog%2fATSC
    I found that based on your TV turner spec
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01481523&tmp_task=prodinfoCategory&cc=in&dlc=en&lc=en&product=3752245#N1796
    I suggest follow up with HP to find the correct driver or software
    good luck

  • Cannot start default weblogic domain

    I installed standalone weblogic and jdeveloper about 2 weeks ago. Their weblogic home is in D:\weblogic1033\Middleware.
    I removed them and reinstall jdeveloper 11.1.1.3. Current weblogic home is D:\Jdev11113\Middleware.
    Current JAVA_HOME=D:\Jdev11113\Middleware\jdk160_18
    In command line: C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin
    I run startWeblogic.cmd.
    However, it shows error:
    ====================================================================
    C:\Documents and Settings\Administrator>cd C:\Documents and Settings\Administrat
    or\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin
    C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1
    .3.37.56.60\DefaultDomain\bin>startWebLogic.cmd
    The JRE was not found in directory D:\weblogic1033\Middleware\jrockit_160_17_R28.0.0-679. (JAVA_HOME)
    Please edit your environment and set the JAVA_HOME
    variable to point to the root directory of your Java installation.

    I have manually changed all weblogic home to D:\Jdev11113\Middleware
    However, in the Jdeveloper, I get new errors:
    *** Using port 7101 ***
    "C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=D:\Jdev11113\Middleware\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Jdev11113\Middleware\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Jdev11113\Middleware\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Jdev11113\Middleware\jdk160_18\lib\tools.jar;D:\Jdev11113\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;D:\Jdev11113\Middleware\wlserver_10.3\server\lib\weblogic.jar;D:\Jdev11113\Middleware\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Jdev11113\Middleware\wlserver_10.3\server\lib\webservices.jar;D:\Jdev11113\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;D:\Jdev11113\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;D:\Jdev11113\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;D:\Jdev11113\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;D:\Jdev11113\Middleware\wlserver_10.3\server\lib\xqrl.jar
    PATH=D:\Jdev11113\Middleware\patch_wls1033\profiles\default\native;D:\Jdev11113\Middleware\patch_jdev1111\profiles\default\native;D:\Jdev11113\Middleware\wlserver_10.3\server\native\win\32;D:\Jdev11113\Middleware\wlserver_10.3\server\bin;D:\Jdev11113\Middleware\modules\org.apache.ant_1.7.1\bin;D:\Jdev11113\Middleware\jdk160_18\jre\bin;D:\Jdev11113\Middleware\jdk160_18\bin;E:\app\Administrator\product\11.1.0\db_1\bin;E:\app\Administrator\product\11.2.0\dbhome_1\bin;D:\app\Administrator\product\11.2.0\dbhome_1\bin;D:\app\Administrator\product\11.1.0\db_1\bin;C:\PROGRA~1\ACTIFY\Kernel;C:\PROGRA~1\ACTIFY\Importers;C:\PROGRA~1\ACTIFY\Importers\MDTCMP;D:\JDK6update12\bin;F:\ANT\ant171\bin;C:\Program Files\Apache Software Foundation\apache-maven-2.2.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;E:\Java\jdk1.6.0_18\jre\bin\client;C:\WINDOWS\system32\WindowsPowerShell\v1.0;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\WINDOWS\system32;;;C:\Program Files\StormII\Codec;C:\Program Files\StormII;C:\Program Files\StormII\Codec;C:\Program Files\StormII;D:\Jdev11113\Middleware\wlserver_10.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Could not create the Java virtual machine.
    Unrecognized option: -jrockit
    Starting WLS with line:
    D:\Jdev11113\Middleware\jdk160_18\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Jdev11113\Middleware\wlserver_10.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=D:\Jdev11113\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Jdev11113\Middleware\wlserver_10.3 -Dwls.home=D:\Jdev11113\Middleware\wlserver_10.3\server -Dweblogic.home=D:\Jdev11113\Middleware\wlserver_10.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain -Dcommon.components.home=D:\Jdev11113\Middleware\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Jdev11113\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig -Doracle.server.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig\carml -Digf.arisidstack.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Jdev11113\Middleware\oracle_common\modules\oracle.ossoiap_11.1.1,D:\Jdev11113\Middleware\oracle_common\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\system11.1.1.3.37.56.60\DefaultDomain\oracle\store\gmds -Xms1024m -Xmx1024m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Jdev11113\Middleware\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Jdev11113\Middleware\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Could not create the Java virtual machine.
    Unrecognized option: -jrockit
    Process exited.

  • I cannot start PSE12 Editor anymore from my harddisk; have worked for over one year

    Situation / Assumptions:
    Hardware:      ASUS K70 Laptop ABseries.
    OS:               Windows 7 Home Premium.
    Software:      Adobe Photoshop Elements 12.
    Question        Purchased CD version.
                        Installed the end of 2013.
    History and problem
    Until yesterday (March 3) I have a lot and regularly worked with Photoshop, including many photomontages made in the Editor.
    Yesterday, when I wanted  to open the editor, I had to sign in, that I had never experienced before, normally launched the program.
    Now I found myself in the trial version. That was not the intention because everything is installed on my harddisk.
    The laptop restart unfortunately yielded no improvement.
    Then I removed the existing Photoshop Elements 12's program from my laptop and have put a new version from the CD to the harddisk.
    This, however, gave no improvement. If I want to open the editor now even nothing happens.
    Remarkably, the organizer part starts, both in the original version, as now in the (new) restored version. Starting the editor from the organizer also fails.
    Can you help the editor also get working again?
    In the CD booklet supplied to work with Adobe Photoshop Elements 12, where the plant poses a problem as auxiliary called the following website: http://www.adobe.com/go/learn_installpse12.nl, but that does not work (more?).
    That is why I turn to you with the hope that you can help me.
    Kind regards, and I thank you.
    H. Wijgerse.

    try reseting your preferences -
    adobe media encoder: https://forums.adobe.com/thread/1713540
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom: https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html
    muse (mac): https://forums.adobe.com/thread/1246022?tstart=0
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

Maybe you are looking for