Rulebases not available when deploying OPA 10.2 on Weblogic

Hi,
Before upgrading to version 10.2 of determinations-server.war I was running 10.1 deployed to WLS 10.3. I used the java option -Ddeterminations.server.rulebase.dir to point out where rulebases should be loaded from. After switching to 10.2 thiss setting doesn't work.
When using the documented settings for classpath loading in application.properties I set up
load.rulebase.from.claspath=true
rulebase.path=rulebases
As I understand it the directory rulebases is seached for in CLASSPATH of WLS so I added the directory C:\bea\user_projects\domains\windomain to CLASSPATH of WLS. windomain contains a directory "rulebases" containing my working rulebases.
When listing rulebases nothing is available.
The war is deployed unexploded and this is the way the customer wants it. I wish to just modify application.properties so classpath loading works and have the rulebases on the file system.
Similar post hinting this should work: Error installing web-determinations 10.1.0.27 on WLS 10.3.3

C:\bea\user_projects\domains\windomain is located in CLASSPATH. (which I see in startup log)
C:\bea\user_projects\domains\windomain\rulebases contains my zipfiles which are working if i deploy exploded war.
My war file is located in C:\bea\user_projects\domains\windomain\autodeploy
application.properties is set according to
load.rulebase.from.claspath=true
rulebase.path=rulebases
I have also tried setting CLASSPATH to C:\bea\user_projects\domains\windomain\rulebases without any positive result.
At least one more colleague has tried the same approach with trying to load rulebases from CLASSPATH (WLS), but with no success. We have tried Windows, Solaris and Linux without success.
The log shows the following, which it also does if I deploy exploded.
<2011-mar-25 kl 10:40 CET> <Info> <Health> <BEA-310002> <71% of the total memory in the server is free>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,408 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.determinations.server.DSServlet - GET request: pathinfo=null queryString=null contextPath=/dete
rminations-server>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,549 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] WARN com.oracle.determinations.interview.engine.local.LocalInterviewEngine - Plugin directory could not be init
ialised. No plugins will be loaded
java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:101)
at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:59)
at com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:35)
at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,565 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] WARN com.oracle.determinations.server.assess.AssessEngine - Plugin directory could not be initialised.
java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
at com.oracle.determinations.server.assess.AssessEngine.<init>(AssessEngine.java:67)
at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:38)
at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.server.current.ServerServiceCurrent>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.server.v10_2.ServerService102>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.server.v10_0.ServerService10>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,721 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
s.server.services.server.current.ServerServiceCurrent>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,768 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
s.server.services.server.v10_2.ServerService102>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
s.server.services.server.v10_0.ServerService10>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.interview.current.InterviewServiceCurrent>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.interview.v10_2.InterviewService10_2>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.current.SpecificAssessServiceCurrent>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.current.GenericAssessServiceCurrent>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.v10_2.SpecificAssessService102>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.v10_2.GenericAssessService102>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,830 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.v10_0.SpecificAssessService10>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,830 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
rver.services.assess.v10_0.GenericAssessService10>
<2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,846 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
efault (self-tuning)'] WARN com.oracle.determinations.server.ServiceRegistry - Plugin directory could not be initialised.
java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
at com.oracle.determinations.server.ServiceRegistry.initRulebaseServices(ServiceRegistry.java:89)
at com.oracle.determinations.server.ServiceRegistry.<init>(ServiceRegistry.java:78)
at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:41)
at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>

Similar Messages

  • [J2EE Deployment SPI:260003]Feature not available when in disconnected mode

    hi am am having this error when trying to deploy my application in portal
    [04:40:27 PM] ####  Deployment incomplete.  ####
    [04:40:27 PM] [J2EE Deployment SPI:260003]Feature not available when in disconnected mode.
    #### Cannot run application HR-Portal due to error deploying to IntegratedWebLogicServer.
    [Application HR-Portal stopped and undeployed from Server Instance IntegratedWebLogicServer]
    my log error
    [04:29:53 PM] Wrote Archive Module to C:\JDeveloper\mywork\HR-Portal\PortalWebAssets\deploy\PortalWebAssets.jar
    [04:40:08 PM] oracle.rc.asadapter.connection.ConnectionException: Cannot establish connection.
    [04:40:08 PM]      at oracle.rc.asadapter.weblogic.connection.spi.Weblogic10Jsr160Provider.getPresentation(Weblogic10Jsr160Provider.java:73)
    [04:40:08 PM]      at oracle.rc.asadapter.connection.AppServerConnectionImpl$PM.getPresentation(AppServerConnectionImpl.java:171)
    [04:40:08 PM]      at oracle.rc.asadapter.connection.AppServerConnectionImpl.getPresentation(AppServerConnectionImpl.java:66)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.jazn.JaznDataDeployerListener.uploadIdentities(JaznDataDeployerListener.java:234)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.jazn.JaznDataDeployerListener.uploadIdentities(JaznDataDeployerListener.java:217)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.jazn.JaznDataDeployerListener.willDeploy(JaznDataDeployerListener.java:97)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.ListenerSupport.fireWillDeploy(ListenerSupport.java:198)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:88)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:457)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:217)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:86)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.ModulePackager.deployProfiles(ModulePackager.java:63)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.ModulePackager.deployImpl(ModulePackager.java:52)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    [04:40:08 PM]      at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:457)
    [04:40:08 PM]      at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:217)
    [04:40:08 PM]      at oracle.jdevimpl.runner.adrs.AdrsStarter$7$1.run(AdrsStarter.java:1774)
    [04:40:08 PM] Caused by: java.io.IOException
    [04:40:08 PM]      at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
    [04:40:08 PM]      at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
    [04:40:08 PM]      at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    [04:40:08 PM]      at oracle.rc.asadapter.weblogic.connection.spi.Weblogic10Jsr160Provider.getPresentation(Weblogic10Jsr160Provider.java:67)
    [04:40:08 PM]      ... 28 more
    [04:40:08 PM] Caused by: javax.naming.NamingException [Root exception is java.rmi.UnexpectedException: Marshalling: ; nested exception is:
    [04:40:08 PM]      java.rmi.ConnectException: Could not establish a connection with -3508319463259142590S:127.0.0.1:[7101,7101,-1,-1,-1,-1,-1]:DefaultDomain:DefaultServer, java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination; nested exception is:
    [04:40:08 PM]      java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination]
    [04:40:08 PM]      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:86)
    [04:40:08 PM]      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:685)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    [04:40:08 PM]      at weblogic.jndi.Environment.getContext(Environment.java:315)
    [04:40:08 PM]      at weblogic.jndi.Environment.getContext(Environment.java:285)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    [04:40:08 PM]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [04:40:08 PM]      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [04:40:08 PM]      at javax.naming.InitialContext.init(InitialContext.java:223)
    [04:40:08 PM]      at javax.naming.InitialContext.<init>(InitialContext.java:197)
    [04:40:08 PM]      at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)
    [04:40:08 PM]      ... 31 more
    [04:40:08 PM] Caused by: java.rmi.UnexpectedException: Marshalling: ; nested exception is:
    [04:40:08 PM]      java.rmi.ConnectException: Could not establish a connection with -3508319463259142590S:127.0.0.1:[7101,7101,-1,-1,-1,-1,-1]:DefaultDomain:DefaultServer, java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination; nested exception is:
    [04:40:08 PM]      java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination
    [04:40:08 PM]      at weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java:57)
    [04:40:08 PM]      at weblogic.security.acl.internal.RemoteAuthenticate.authenticate(RemoteAuthenticate.java:90)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRemotely(WLInitialContextFactoryDelegate.java:747)
    [04:40:08 PM]      at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:679)
    [04:40:08 PM]      ... 41 more
    [04:40:08 PM] Caused by: java.rmi.ConnectException: Could not establish a connection with -3508319463259142590S:127.0.0.1:[7101,7101,-1,-1,-1,-1,-1]:DefaultDomain:DefaultServer, java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination; nested exception is:
    [04:40:08 PM]      java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination
    [04:40:08 PM]      at weblogic.rjvm.RJVMImpl.getOutputStream(RJVMImpl.java:352)
    [04:40:08 PM]      at weblogic.rjvm.RJVMImpl.getRequestStreamForDefaultUser(RJVMImpl.java:689)
    [04:40:08 PM]      at weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java:50)
    [04:40:08 PM]      ... 44 more
    [04:40:08 PM] Caused by: java.io.IOException: Destination unreachable; nested exception is:
    [04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination
    [04:40:08 PM]      at weblogic.rjvm.RJVMImpl.ensureConnectionEstablished(RJVMImpl.java:334)
    [04:40:08 PM]      at weblogic.rjvm.RJVMImpl.getOutputStream(RJVMImpl.java:350)
    [04:40:08 PM]      ... 46 more

    Caused by: java.io.IOException: Destination unreachable; nested exception is:
    +[04:40:08 PM]      java.net.ConnectException: Connection refused: connect; No available router to destination+
    Is the WebLogic server running?

  • Grid Control performance tab not available when on the target home of ASM

    I noticed recently that the "Performance" tab/link is not available when you are using 10g Grid Control and you are on the home page of an ASM instance. Can this be explained?

    Hi MarGur
    I try to help you. The OEM Grid Control in some times not discover the Oracle 9i databases and you must to add manually.
    First, check in your target machine that the user owner of agent software have rights of read and write in the ORACLE_HOME directories of Oracle 9i databases.
    Go to Grid Control Console
    Select Targets ---> Databases
    Press Add --> Select the host ebisdb2.oneshield.com and press continue
    The automatic discover process begin. When finished is very normal that nor discover the Oracle 9i databases. You press the Add manually button
    in the page that appear you must entry all the configuration information of database:
    ORACLE_HOME directory
    DBSNMP USER
    DBSNMP PASSWORD
    HOSTNAME
    PORT
    SID
    Check that the dbsnmp user in your database is unlock and press the TEST button to verify the connection work fine.
    After this many windows appear of configuration process, and you will put the sys password and host credentials.
    If you have problems, tell me
    Regards

  • Acrobat x standard,  win 8,   paper sizes Arch A B C D E ...  avail when plot to hp plotter,  not avail when plot to pdf

    Acrobat x standard,  using latest win 8,   paper sizes Arch A B C D E ...  avail when plot to hp plotter,  not avail when plot to pdf
    any ideas?

    You mean add custom sizes ?
    I just used postscript sizes in my CAD program,  and saved a different printer definition file for each,  that worked for cad,  look into large pdf's tomorrow.
    thx jp

  • Code insight is not available when eding jsp by using 10.1.3.36.73

    I use 10.1.3.36.73 jdeveloper on windows to develop web application,
    but code insight is easy not available when editing jsp 2.0.
    I must restart jdeveloper and it still isn't often available.
    ex. in jsp
    ArrayList al = new ArrayList();
    for (Iterator it=al.
    Code insight is not supported for jsp or this is bug?

    Do you still have any code error in your jdev editor? no matter the error is JSP or HTML (it is signed by little red box at the right of the window near scroll bar), code insight sometimes is not available.

  • "Content Editing" is not available when I go to the Tools sidebar--how can I access these features?

    "Content Editing" is not available when I go to the Tools sidebar--how can I access these features?  I'm using Acrobat X 10.1.7.  Thanks.

    The headings under Tools are: "Pages", "Content", "Forms", "Recognize Text", "Protection", and "Sign & Certify".  There's also a little icon in the upper right that lets me access some other headings under the Tools menu; those are: "Document Processing", "JavaScript", "Accessibility", and "Analyze".
    I did think about the idea that maybe the Content Editing was a new feature of Acrobat XI, but I found some resources online (http://www.wikihow.com/Edit-Text-in-Adobe-Acrobat) that seem to indicate this was a feature on much earlier version (the link references Acrobat 8 at the bottom).
    Really confused...
    Thanks for your thoughts

  • Commenting functionality not available when I open a pdf in air application

    commenting functionality not available when I open a pdf in
    air application. Adobe documentation says that is expected with
    adobe air 1.0 but I still have the same problem even if I use the
    latest air runtime

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    I've seen an unconfirmed report that the "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you might need to remove it as well, if applicable.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Printer Preferences is not available when printing PDF

    Printer Preferences is not available when printing PDF
    I have a PSC 1315 printer I have been using for several years on a system with Windows XP without any problem.  After
    purchasing an HP Pavilion 500 with Windows 8.1 Pro, I migrated my printer to the new computer.  I was disallowed to use the
    original driver, and was directed to download the latest driver and software for this printer from an HP website.  At
    first, things seemed ok, until I ran across several issues, one of which is this one.
    Whenever I try printing a PDF file, Windows 8 does not let me see printer preferences.  My work around is to go into
    printer properties and save changes as default, then I can print PDF files.  What happened to the preferences window?  It
    appears I have lost functionality with the upgrade.
    Is this a known problem, and what's the solution?
    S_Miller_1960

    Please see my response in your other thread:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Software-Drivers/Solution-Center-says-printer-is-dis...
    Thanks
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • TS1503 Have any of you gotten an error of required disk is not available when trying to sync you I phone 4 to a MAC?

    Has anyone received an error saying the required disk is not available when trying to sync their MAC with Iphone 4?

    See:
    iTunes Store: About authorization and deauthorization
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    Could the items be purchased by another account?

  • Touch id option not available when purchasing an app

    Touch id option is not available when im purchasing an app. I already enable touch id when app purchase why is that happen

    Hey renzmartincruz,
    It might be due to the following:
    Note: Touch ID cannot be used for purchases if Require Password in Settings > General > Restrictions is set to Immediately.
    For full instructions on setting it up, check out the following document:
    iPhone 5s: Using Touch ID
    http://support.apple.com/kb/HT5883
    Have a good one,
    Delgadoh

  • RT does not run when deployed to 9642 sbRIO LV 2011

    I have code deployed to a Ni sbRIO9642 where the RT code does not run when deployed to the when using LabVIEW 2011. It appears the NI-RT.ini file on the target is not being properly configured. I manually configured the ini file using FTP and the RT still will not run. I built a small test application and the RT on that did not run either, although i had hard validatiuon that the FPGA code was indeed running. Thanks - Keith

    Hey Martin, 
    I don't know if this specific problem was resolved, but there was a known issue in LabVIEW Real-Time 2011 (sp1) that exhibited this behavior. 
    Shared Variables
    292012
    Return
    Real-Time Applications containing typedef Shared Variables fail to run.
    If you are building an RTEXE that contains Shared Variables whose data type is based upon a type definition and the build specification is configured to disconnect type definitions the RTEXE will not run.
    Workaround: 1.) Manually disconnect the variable from the typedef before building the application 2.) Change the build spec so it doesn't disconnect type definitions
    Reported Version: 2011 32-bit
    Resolved Version: 2012
    Added: 10/11/2011
    Although this has been fixed in 2012, and shouldn't be an issue for you developing in LabVIEW 2012. Have you tried implementing a heartbeat VI? to verify if your RT app is actually running and not communicating? (great example here)
    Do you have the system state pushier installed on your cRIO? does it point to a memory leak or 100% CPU utilization? (steps to install it found here, if you're not familiar)
    Are you using the cRIO in Scan Interface mode? or in the FPGA interface? 
    Applications Engineer
    National Instruments
    CLD Certified

  • Import not found when deploying to Standalone OC4J

    Hi,
    I'm developing a small application, consisting of a few classes and a few jsp pages. I'm using JDeveloper 9.0.3.1 with the sun j2sdk 1.4.2 for windows.
    I test my application with the embedded OC4J in Jdeveloper, and it runs fine. But when I deploy it to the standalone OC4J, I get this error:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errores de compilación:F:\programas\Oracle\jdeveloper\j2ee\home\application-deployments\Workspace4-WSWrappers-WS\WebServices\persistence\_pages\\_integrate2.java
    Note: sun.tools.javac.Main has been deprecated.
    F:\programas\Oracle\jdeveloper\j2ee\home\application-deployments\Workspace4-WSWrappers-WS\WebServices\persistence\_pages\_integrate2.java:6: Class webservices.Integrator not found in import.
    import webservices.Integrator;
    ^
    1 error, 1 warning
    This error does not happen when using the embedded OC4J server, only when deploying to the standalone. Since leaving JDeveloper up all times to use de app is not an option :) I really would appreciate any help towards solving this matter. I suspect it has to do with deployment options and whatnot, but I can't find anything wrong. Of course, I'm fairly new to this (jsp/OC4J), so it can be an obvious mistake right under my nose.
    thanks
    Javier

    Fixed. The problem was my Standalone OC4J was not properly installed, AND I was doin the deplyment wrong. Now it works by creating a war file, deploying to the war file and THEN deploying to the OC4J Standalone connection.
    So, if you start seeing "import not found" when deploying to standalone and it works on the embedded, check you war files to see if they REALLY are packing the classes they are supposed to carry.

  • Personalise value icon not available when query executed from portal

    Hi
    The personalise value icon is not available when the query is executed from the portal.
    Is this the norm or is there anything i must change?
    Regards
    Shalini

    Since you have not given us much information to go on, I will start with the basics...
    Have you activated the Personalization DSOs (0PERS_WTE, 0PERS_BOD & 0PERS_VAR)? 
    If not, you will need to do so in tcode SPRO (SAP Reference IMG --> SAP NetWeaver --> Business Intelligence --> Settings for Reporting and Analysis --> General Settings for Reporting and Analysis --> Activate Personalization in BEx)
    Are you running a BW 3.5 query or a BI 7.0 query?
    If BI 7.0, the way to set personalization values has changed. You have to open the personalization section of the variables refresh screen by clicking on "Show Personalization Values" at the top of the screen, then move the desired variables down to that section.
    Hope some of this helps...
    Bob

  • Why is closed captioning not available when renting movies?

    I've rented a few movies on iTunes and noticed that none that I've rented so far are closed captioned nor offer subtitles in English as an alternative. Yes, the setting is set to show these by default, and I go in to double check anyway -- it's on.
    Why is this? If I were to rent this on DVD, these same movies would be captioned. Is this not available when digitally downloaded?

    Hi daisyintampa,
    Well, normally movies from the iTunes Store don't include such feature. Despite that, sometimes you'll find a few movies with CC and/or Subtitles...
    Definitely all this rules are imposed by the Studios and not by Apple! However, you may want to leave feedback for Apple, by using [this link|http://www.apple.com/feedback/itunesapp.html].
    Hope this helps!
    Francisco

  • Why does photo information not available when you email a photo?

    Why does photo information not available when you email a photo?

    How are you mailing from iPhoto? If you have iPhoto set to mail using Mail.app, you can set what will be included, when you mail with Share > Mail:

Maybe you are looking for