Problem starting a reggie service in jini

Hi,
I am trying to start a reggie service as follows. I set classpath and then
start java -jar C:\jini2_1\lib\tools.jar -port 8083 -dir C:\jini2_1\lib -verbose
The result is :
Dec 8, 2005 10:11:16 AM com.sun.jini.tool.ClassServer run
INFO: ClassServer started [[C:\jini2_1\lib\], port 8083]
java -Djava.security.policy= C:\jiniworkspace\jini\policy.all -jar \jini2_1\lib\start.jar C:\jiniworkspace\jini\start-transient-reggie.config
it throws exception:
Dec 8, 2005 12:18:06 PM com.sun.jini.start.HTTPDStatus httpdWarning
WARNING: Problem accessing desired URL[http://localhost/reggie-dl.jar]: java.io.
FileNotFoundException: http://localhost/reggie-dl.jar.
Dec 8, 2005 12:18:06 PM com.sun.jini.start.NonActivatableServiceDescriptor creat
e
SEVERE: classloader.problem
Dec 8, 2005 12:18:06 PM com.sun.jini.start.ServiceStarter checkResultFailures
WARNING: Exception creating service.
java.io.IOException: The filename, directory name, or volume label syntax is inc
orrect
at java.io.WinNTFileSystem.canonicalizeWithPrefix0(Native Method)
at java.io.Win32FileSystem.canonicalizeWithPrefix(Win32FileSystem.java:3
76)
at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:348)
at java.io.File.getCanonicalPath(File.java:513)
at java.io.File.getCanonicalFile(File.java:534)
at com.sun.jini.start.ClassLoaderUtil.getClasspathURLs(ClassLoaderUtil.j
ava:88)
at com.sun.jini.start.ClassLoaderUtil.getImportCodebaseURLs(ClassLoaderU
til.java: 146)
at com.sun.jini.start.NonActivatableServiceDescriptor.create(NonActivata
bleServic eDescriptor.java:564)
at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:290)
at com.sun.jini.start.ServiceStarter.main(ServiceStarter.java:470)
Dec 8, 2005 12:18:06 PM com.sun.jini.start.ServiceStarter checkResultFailures
WARNING: Associated service descriptor [0]: [http://localhost/reggie-dl.jar, C:j
eggie.jar, com.sun.jini.reggie.TransientRegistrarImpl, [C:jiniworkspacejini
ransient-reggie.config], com.sun.jini.start.NonActivatableServiceDescriptor$1@1d
fafd1, BasicProxyPreparer[]]
start-transient-reggie.config contains :
import com.sun.jini.config.ConfigUtil;
import com.sun.jini.start.ServiceDescriptor;
import com.sun.jini.start.NonActivatableServiceDescriptor;
com.sun.jini.start {
private static codebase ="http://localhost/reggie-dl.jar";
private static policy = "C:\jiniworkspace\jini\reggie.policy";
private static classpath = "C:\jini2_1\lib\reggie.jar";
private static config = "C:\jiniworkspace\jini\transient-reggie.config";
static serviceDescriptors = new ServiceDescriptor[] {
new NonActivatableServiceDescriptor(
codebase, policy, classpath,
"com.sun.jini.reggie.TransientRegistrarImpl",
new String[] { config })
transient-reggie.config contains :
import net.jini.jrmp.*;
com.sun.jini.reggie {
serverExporter = new JrmpExporter();
initialMemberGroups = new String[] {};
Any tips on this one. Thanks.

Hi John,
I've experimented something like that before. I think solution was:
- Search the webservice in SE80, Repository Information System -> Enterprese Services
- Enter the service definition
- Go to 'Configuration' tab
- Click on 'Transport Security'/'Authentication'
- In profile setting, switch it for 'Low' or 'None'
I believe this will turn available the option you're looking for.
Kind regards,
Garcia

Similar Messages

  • Problems starting a windows service

    WLS 10.3.3, Windows 2003, JDev 11.1.1.3
    I have followed the create service instruction and created a service.
    The admin server comes up and I can see everything - however none of the deployed applications start - and the service reports an untimely start.
    There are missing classes when I try to manually start the service.
    Supposedly all the classes are in the installSvc script.
    I see others are having similar problems - but todate - I have not found a resolution to this.
    It seems to be obvious that there must be a classpath missing.
    The following are the errors in the adminLog:
    ####<Jan 15, 2011 9:52:23 AM GMT+03:00> <Notice> <Security> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074343299> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:262)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:262)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ...     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ...     at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
    ...     at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
    ...     at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:24 AM GMT+03:00> <Critical> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074344600> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
    ...     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:25 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <> <1295074345732> <BEA-000365> <Server state changed to STANDBY>
    ####<Jan 15, 2011 9:52:25 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <> <1295074345732> <BEA-000365> <Server state changed to STARTING>
    ####<Jan 15, 2011 9:52:26 AM GMT+03:00> <Error> <HTTP> <win2003s> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074346944> <BEA-101371> <There was a failure when processing annotations for application C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    ####<Jan 15, 2011 9:52:26 AM GMT+03:00> <Error> <Deployer> <win2003s> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074346944> <BEA-149205> <Failed to initialize the application 'DMS Application [Version=11.1.1.1.0]' due to error weblogic.application.ModuleException: Failed to load webapp: 'dms.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'dms.war'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
    ...     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)
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    ...     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Error> <Deployer> <win2003s> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074347024> <BEA-149205> <Failed to initialize the application 'FMW Welcome Page Application [Version=11.1.0.0.0]' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateMainClassAction.run(BaseLifecycleFlow.java:270)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
    ...     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.ClassNotFoundException: oracle.jrf.wls.StartupClassesAppExecutor
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
    ...     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)
    >
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Error> <HTTP> <win2003s> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074347164> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@31372791[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    ...     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Error> <Deployer> <win2003s> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295074347164> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    ...     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)
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    ...     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppAdminState(ClassDeploymentManager.java:162)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000004> <1295074347274> <BEA-000365> <Server state changed to RESUMING>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000004> <1295074347254> <BEA-000365> <Server state changed to ADMIN>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <Server> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000008> <1295074347314> <BEA-002613> <Channel "Default" is now listening on 10.0.2.15:7101 for protocols iiop, t3, ldap, snmp, http.>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000008> <1295074347314> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "ADFDomain" running in Development Mode>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <Server> <win2003s> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000008> <1295074347314> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000004> <1295074347465> <BEA-000365> <Server state changed to RUNNING>
    ####<Jan 15, 2011 9:52:27 AM GMT+03:00> <Notice> <WebLogicServer> <win2003s> <AdminServer> <main> <<WLS Kernel>> <> <aaa1e3e54fdb4a71:-7f2607e0:12d887248e2:-8000-0000000000000004> <1295074347465> <BEA-000360> <Server started in RUNNING mode>

    Hi.
    Can you check if there is a file called start.err under C:\asennus\odsee\ofm_odsee_win_11.1.1.7.0_disk1_1of1\ODSEE_ZIP_Distribution\sun-dsee7\dsee7\var\dcc\agent\logs ? It should contain the root cause of the startup failure.
    If not, I also have a doubt regarding the length of the install path you use. Length of the commands that will be launched may exceed the max size of command on Windows.
    Regards,
    Carole.

  • Problems starting up oraclebpmwarehouse service

    All,
    We have configured the BAM DB, the remote JDBC connection, the XA connection in WLS without problem, but when starting up the service via the oraclebpmwarehouse.sh script, the service indicates it is starting but the process does not show in top or when I execute a ps command. Yes we are running Linux. I am also using the -j flag to point to a specific location for JAVA_HOME. Any idea why this may be bombing?
    TIA,
    IGS

    Hi Ian,
    Suspect you won't need it, but here's a link to a BAM installation, configuration and troubleshooting document that might also help you get your BAM service started - http://www.4shared.com/file/139853059/ea241871/ALBPM_6_0_Configuring_and_Troubleshooting_the_BAM_and_DataMart_Updater.html.
    Sure you've done this, but if you're using WebLogic you might want to verify that you're using the right JDBC driver. When you were creating the JDBC Data Source in WebLogic did you pick the "*BEA's Oracle Driver (Type 4 XA) Versions ..."?
    A few things are included here that I'm pretty sure you have already done. It might not be a bad idea to double check:
    The BAM Log Files
    1. What are you seeing in the BAM log files? When you created the process data mart and BAM, you specified a location for the log file. What do you see in these log files:
    - "bam-dwupdater.log" for BAM and
    - "dwupdater-service.log" for the updater service
    It might be useful to recheck these logs after you've changed the log setting to "Debug" in step 5 below.
    In the Oracle BPM Enterprise Process Administrator
    2. Are you sure you entered a valid directory for the log file when you configured BAM? Surprisingly, if you don't do this, the updater service will not run.
    3. If you're using WebLogic, when you configured your External Resource did you enter a valid look up name? Does it match the value you entered in step 9 below?
    4. When you configured it in the "BAM" tab, did you check the "Generate Performance Metrics" and "Generate Workload Metrics"? Did you remember to uncheck "Generate O3 Cubes"?
    5. In the "BAM" tab, have you tried changing the "Messages logged from Data Store Updater" dropdown from "Warning" to "Debug" to try to figure out the problem? (remember to change this back to Warning when you get things figured out)
    In the Oracle BPM Enterprise "WarehouseService.conf" file
    6. There are some properties in this file that you might find useful to help debug your problem. Be sure to change them back to their original values after you've finished debugging your problem:
    - wrapper.console.loglevel: level for the updater service log
    - wrapper.logfile.loglevel: level for the updater service log
    - wrapper.logfile.maxsize: maximum size of the updater service log files
    - wrapper.logfile.maxfiles: maximum number of updater service log files
    - wrapper.logfile: updater service log file name - the default value is dwupdater-service.log - just make sure there's a valid file name here
    In the WebLogic Server Administration Console (if you're using WebLogic)
    7. When you created the JDBC data source did you use the same name you specified in step 3 above?
    8. When you entered the "Database User Name", did it exactly match the "User Name" you entered when creating the External Resource in Oracle BPM Enterprise Process Administation?
    9. Did you remember to click "Activate Changes"?
    Updater Service
    10. Did you run "<OracleBPMEnterpriseHomeDir>\bin\albpmwarehouse.bat install" ("/bin ./albpmwarehouse.sh start" for Unix) to install the updater service?
    Hope this helps,
    Dan

  • Problems starting iSQL PLUS service on Windows XP

    Dear Forum,
    I installed oracle 10g for the first time on Win XP. The Installtion-Process was fine. Now I'm not able to iSQL Plus, beacause the iSQL service in the administration area does not start properly. The status always says that it is starting unfortunately with no success.
    Need help!
    Thanks in advance
    sportmeier

    hi
    i was wondering if and how you solved this error
    i have the same problem now
    thanks

  • Asked to pay $800 for a corrosion problem started when in service.

    Took my late2012 Macbookpro retina to store 3 days ago because of couple deadpixels in the screen.. The guy at the genius bar was really helpful and run couple of tests and said that screen will be replaced under applecare plan with no charge.
    Today another guy called me from service, screen has been changed but a power problem appeared after. When they checked it they found a corrosion on logic board. He was telling me that there is liquid connection caused this corrosion. And its users fault. 
    I couldnt belive it as when i handed my computer it was absuletly running perfect!!
    Guy told me it was a chance that the power failure started just after they replaced retina screen.. And he goes, as its like you took your car to mechanic for a problem and other problem appears bla bla bla! I was so angry but just wanted them to mail me a quote..
    Now i dont really want to pay $800 for this as i already paid almost $4000 8 months ago..
    Any suggestion?
    Thank you..

    It seems Apple can find liquid, corrosion, damage on just about any Mac computer they fell like. You are not the only one to have this type of thing happen. There is a long thread on it someplace on on this forum. Systems taken in for one problem and then the owner notified they found liquid damage and none of the repair is covered under the warranty. This has happened to people that swear no liquid of any kind had ever been spilt on their Mac.
    I think most of it comes from condensation because of the aluminum case and the limited air flow through the system. About the only parts that get any airflow are the fans and the radiator fins the fans blow across.
    There isn't much you can do about it except pay to have it fixed or buy something else. Apple has the last word in this situation.

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Problem starting Business Rule service ver 3.5

    Hi - I installed Business Rules ver 3.5.1 on our Windows Server 2003. I noticed the hbr service was not running, so I tried running the starthbr.bat file, but I got an error message: java.lang.ClassNotFoundException: com.hyperion.br.rmi.HBRImpl_stub (no security manager: RMI class loader disabled). The lines in between the "~" is what I am launching in the starthbr.bat file. I have the Classpath variable pointing to C:\windows\java\class, where there is a java folder containing other subfolders, like rmi are.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    rem This bat file is expecting to be run from the HBR\bin directory
    set CLASSPATH=%CLASSPATH%;.
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\activation.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\APBeans.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\common.zip
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\mail.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\Repos.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\ScriptGen.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\xerces.jar
    set CLASSPATH=%CLASSPATH%;E:\Hyperion\HYPERI~1\HBR\packages\RuleServer.jar
    set CLASSPATH=E:\Hyperion\HYPERI~1\HBR\packages\hbrrmi.jar;%CLASSPATH%
    start jview /p /d:java.rmi.server.codebase=file:/E:\Hyperion\HYPERI~1\HBR\packages/hbrrmi.jar/ /d:java.security.policy=./policy com.hyperion.br.rmi.HBRImpl
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Your response is greatly appreciated. Thanks.

    I uninstalled Business Reports and reinstalled it. HBR Service appeared in Services

  • Error code: MobileMe Services has encountered a problem and needs to close - I get this message everytime i open Outlook and it slows down opening?  This problem started when itunes updated

    Error code: MobileMe Services has encountered a problem and needs to close
    I get this mesage everytime i open Outlook and it slows down opening. This problem started when itunes updated. What do I do to solve this?

    Hi turingtest2 (you pass, BTW):  Thanks for the speedy reply.  MobileMe doesn't appear in the list of programs which can be uninstalled.  I tried the link you suggest: http://support.microsoft.com/mats/Program_Install_and_Uninstall but when I tried to "Run Now", I get the error message:  " Troubleshooting cannot continue because an error has occurred... etc.... [code 80072F8F]"  So googled this error & found a tool called (80072f8f) Repair Tool   -  I'm leery to download yet more stuff from non-microsoft sites -- any recommendations?

  • Why does my iPad Air shows no service on the top left hand corner? It has been working fine previously, the problem started after upgrading to IOS 7.1.2

    Why does my iPad Air shows no service on the top left hand corner? It has been working fine previously, the problem started after upgrading to IOS 7.1.2

    If you are not using Cellular Data, turn it off.

  • Problem starting with jwsdp2.0 to build a web service

    i am using application server 9 and jwsdp2.0 to start building web services but i am finding difficuilties to start. i read the documentation but could not deploy the example web services. Is there any tutorial so that i can write a simple web service and deploy it in the application service right from the scratch.

    Geoffrey,
    Internal Server Error could mean many things. Sometimes just restarting the listner too quickly would cause this error. To make sure that is not the problem. Check the following.
    1) Stop the listener, wait 20 seconds. then restart, do you get the same error?
    2)Apache also gets this error if you have misconfigured either the jserv.properties or the zone.properties. Make sure that you have included the myfirstportlet.jar in jserv.prooereties and it points to the correct location. Also make sure that the location specified in the zone.properties actually points to your NEW provider.xml.
    3) Look in jserv.log and mod_jserv.log within Apache\Jserv\logs. Do you have any error messages?
    4) Can you call http://host.domain/servlet/IsItWorking
    This is a sample servlet that comes with Jserv. If this works, then Jserv is working and something is specifically wrong with myfirstportlet. If this sample does not work, then you have misconfigured something in the files and all of Jserv is not working.
    Hope this helps,
    Sue

  • Problem: Deployment to WL10.3 Server Instance started as Windows Service

    Hi Everybody,
    I have deployed my J2EE Application to a Standalone WebLogic Server Instance (in development mode) started from the Windows Command Level via startWebLogic.cmd. I also tested the deployment to a Clustered Managed Server Environment(1 AdminServer+2 MS Servers in the cluster; development mode), all servers started from the command line. The application could be tested and everything worked fine.
    But:
    When I set up the WebLogic Server Instance(s) as a Windows Service(s) (following the instructions http://e-docs.bea.com/wls/docs103/server_start/winservice.html) my application can’t be deployed at startup time.
    I get 3 ClassNotFoundExceptions:
    - on startup class "DMS-Startup" (oracle.dms.wls.DMSStartup)
    - on startup class "ODL-Startup" (oracle.core.ojdl.weblogic.ODLConfiguration)
    - on startup class "JPS Startup Class" (oracle.security.jps.wls.JpsWlsStartupClass)
    The Service is started but under Administration Console/Deployments the Enterprise Application is marked as “New” and not as “ Active”. The other Deployments: adf.oracle.domain(1.0, 11.1.1.0.0), jsf(1.2, 1.2.7.1) and jstl(1.2, 1.2.0.1) are shown as “Active”.
    I tried to redeploy the Application directly from the JDeveloper to the running Standalone WLS Instance (Single Server) - as I did before.
    The Deployment failed:
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ... on AdminServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete.
    #### Nov 25, 2008 9:58:53 PM
    Deployment Failed
    Why does the deployment work on the WLS Instance started from command line and why does it fail when started as Windows Service?
    I am Using WLServer 10.3 and the JDeveloper 11g on a Windows Vista OS - both installed via jdevstudio11110install.exe. My Web Application uses BC and ADF Faces.
    The Windows Service is set up by doing the following in a server-specific script placed under the USERDOMAIN_HOME directory:
    set DOMAIN_NAME=mydomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\mydomain
    set JAVA_OPTIONS=Dweblogic.Stdout = … Dweblogic.Stderr=…
    set MEM_ARGS=-Xms40m –Xmx250m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    And there’s one more problem with the Windows Service:
    I’m not able to Uninstall the service from a server-specific script, first setting the DOMAIN_NAME and the SERVER_NAME=AdminServer and than
    using call "C:\Oracle\Middleware\wlserver_10.3\server\bin\uninstallSvc.cmd".
    I must do this directly in the registry.
    Is anything missing? What’s wrong?
    Please help!
    Thanks
    Anita
    Edited by: user586097 on 26.11.2008 11:55
    Edited by: user586097 on 26.11.2008 12:00
    Edited by: user586097 on 26.11.2008 12:02

    This thread was very helpful to get WebLogic 11g running as a Windows service. My problem was that I couldn't get the Enterprise Manager application to deploy correctly on startup, so I had to tweak both the installSvc.cmd and my script that installs the service (by copying important Java Options from the startup script that works as noted above). It was too hard to discern what exactly Enterprise Manager needed, so I copied a whole bunch.
    What I ended up doing was using this as a script to install the Windows service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=base_domain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=false
    set JAVA_OPTIONS=-client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Doracle.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Dtangosol.coherence.log=jdk -Dwc.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -DjiveHome=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\servers\AdminServer\owc_discussions_11.1.1.1.0 -Dtangosol.coherence.log=jdk -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.mds.bypassCustRestrict=true -Djava.awt.headless=true -XX:+UseParallelGC -XX:+DisableExplicitGC -Dem.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    and slightly modifying my installSvc.cmd to:
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_WC1\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    It needed those extra .jars to deploy properly.
    Edited by: user11090163 on Sep 2, 2009 9:04 AM

  • Problem starting Web Services Container

    Hi,
    when we try to start the Web Services Container on our Netweaver 7.0 SP 16 we get the following error:
    Start service Web Services Container
    java.rmi.RemoteException: Could not start service webservices on cluster ID 7822450; nested exception is:
    +     com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Service webservices error. Nested exception is: com.sap.engine.frame.ServiceException: createSubcontext operation failed; context wsclients already exists.+
    +     at com.sap.engine.services.webservices.server.WebServicesFrame.initWSJndiContexts(WebServicesFrame.java:256)+
    +     at com.sap.engine.services.webservices.server.WebServicesFrame.start(WebServicesFrame.java:89)+
    +     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)+
    +     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)+
    +     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)+
    +     at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)+
    +     at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)+
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameAlreadyBoundException: createSubcontext operation failed; context wsclients already exists.
    +     at com.sap.engine.services.jndi.implserver.ServerContextImpl.createSubcontext(ServerContextImpl.java:980)+
    +     at com.sap.engine.services.jndi.implclient.ClientContext.createSubcontext(ClientContext.java:1888)+
    +     at com.sap.engine.services.jndi.implclient.ClientContext.createSubcontext(ClientContext.java:1987)+
    +     at javax.naming.InitialContext.createSubcontext(InitialContext.java:413)+
    +     at javax.naming.InitialContext.createSubcontext(InitialContext.java:413)+
    +     at com.sap.engine.services.webservices.server.WebServicesFrame.initWSJndiContexts(WebServicesFrame.java:230)+
    +     ... 6 more+
    Anyone got an idea what to do, to solve the problem.
    Otmar
    Edited by: Otmar Jatsch on Jul 11, 2008 4:37 PM

    no.
    we don't expose ServletContext for now
    regards
    Debu

  • Automatic starting of OC4J services problem

    Hi,
    When I log into Oracle Management Server
    http://localhost:1810
    And go to the infrastructure, I see all of the OC4J stopped by default.
    I have to manually start all the services to make all the portal features to wok.
    Is there anyway to start all the services automatically.
    Please help.
    regards
    Kamlesh

    Hi,
    I found out the problem.
    The HTTP Server was not getting started when the computer was switched on even tough the status was displayed as started.
    I started the HTTP Server via the Start menu -> Programs.
    The OC4J services were started after this.
    regards
    Kamlesh

  • SFC problem - "Windows Resource Protection could not start the repair service"

    We are trying to attempt to fix a Windows 2008 start up problem. We boot the machine from a Windows 2008 CD and go to the repair tool - command prompt.
    When we do the command sfc /scannow, we are getting
    "Windows Resource Protection could not start the repair service"
    We did some researches there someone suggested the trustedinstaller is not running so we tried to do a net start trustedinstaller.
    But We are getting
    "The windows modulers instaler service is starting
    The windows modulers instaler service is starting could not be started
    A system error has occured
    System error 1067 has occured
    The process terminated unexpectedly. "
    Anyone can give us an idea to see why we can not run the sfc the first place. Thanks

    SYMPTOMS:
    All attempts to run command:
    sfc /SCANNOW
    keep returning the following message:
    "Windows Resource Protection could not start the repair service"
    SOLUTION:
    If you are using any kind of boot image/disk to boot up, you will have to use the "offline" switches (OFFBOOTDIR & OFFWINDIR) along with the SFC /SCANNOW command in order to start repairing your instalation properly.
    please remember to tripple-check for corret partition letters, because this is a crucial parameter for SFC to start working properly.
    also make sure to confirm whether so called "recovery" partion exists in your specific scenario or not. If so, in most cases this will render the "recovery" partition being the one to be set as a boot partition (OFFBOOTDIR) within sfc command, while Windows
    system folder (OFFWINDIR) will actually reside on a different partition.
    My scenario is described exactly above and therefore in my case boot partition letter was C: and system partition was D: ...As of that - the proper command line to run SFC successfuly was:
    sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=d:\Windows
    Successful scan for integrity of all protected system files and replacement of incorrect versions with correct Microsoft versions then looks like this:
    X:\sources>sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=d:\WindowsBeginning system scan. This process will take some time.Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.logwindir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log
    Once SFC scan completed, I have run the Startup Repair from the repair dialogue menu prior rebooting the system. Remember to click "Cancel" on the prompt for using the System restore in this step. I am assuming you have tried this already time ago and confrmed
    it did not resolve the problem, but most importantly - you really would not want to overwrite the files, which you have just repaired with any possibly corrupted ones ;)
    After this I've unplugged bootable USB key with the My Windows Vista Enterprise 64bit setup disk image and restarted computer. System booted up properly on first attempt. No issues have been identified as a result of my post boot checks. This completely
    resolved the issue in my case. Should you have questions, please let me know.
    Pavel

  • Problem creating a Windows Service to Start Weblogic Adminserver

    Hi, I'm having some trouble starting the windows service for weblogic.
    The creation happens succesfully but, when I try to start the service, it fails.
    Thanks
    Debugging service ....... beasvc bpm11g_A00ASRV304W08R2
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath ....
    Current Directory: ....... D:\Oracle\Middleware1036\user_projects\domains\bpm11g
    Path: ....... D:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\x64\;D:\Oracle\MIDDLE~2\WLSERV~1.3\server\bin;D:\Java\JDK17~1.0_0\jre\bin;D:\Java\JDK17~1.0_0\n
    Java Home: ....... D:\Java\JDK17~1.0_0
    Delay: ....... 0
    Thread created successfully!
    Unrecognized option: -client
    Error in java application .......
    The following line contains specific error details .......
    Unable to initialize the Java virtual machine!

    Hi,
    Remove the word "-client" from command line options. Try to start weblogic server from window services. If you are getting error please let me know.
    Now:
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:UseSpinning -Xverify:none -classpath..............+
    Changed to:
    Command Line:....... -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath.............
    mark if this helps you.
    Regards,
    Kishore

Maybe you are looking for

  • Can not open large pictures in iPhoto 5

    Hi All! I have problems with opening large files (6 - 11 Mb) in iPhoto 5. I can see the pictures in the library when i choose small icons! For example one of these pictures is 7,7Mb and the size is 3543 x 2917. It doesn´t open in edit-mode and i is v

  • How to setup the oracle_base value in oraenv..?

    Hi, how to setup the oracle_base value in oraenv..? It is showing like.. [oracle@localhost ~]$ . oraenv ORACLE_SID = [orcl] ? orcl ORACLE_BASE environment variable is not being set since this information is not available for the current user ID oracl

  • Problem while displaying all the table names from a MS Access Data Source.

    I started preparing a small Database application. I want to display all the Table Names which are in the 'MS Access' Data Source. I started to executing by "Select * from Tab" as if in SQL. But i got an error saying that "Not able to resolve Symbol '

  • Unable to updated My Card Information

    Everytime i need to upgrade my card information i get this msj: We're sorry, something seems to be wrong on our end. Please try again later. i'm tryting to updated for the past 3 days, my subcription is going to charge my card on october 17 how can u

  • Bypass authority check when creating Ibase from BAPI

    Hi, We have a requirement to create/update an Ibase when saving a Service Order.  We don't want to give users authorization to update the Ibase via PFCG. Is there a way to bypass the standard authority check that is executed when calling CRM_ICSS_CRE