Problems with deploying application to Policy Server 7.2.1 & DSS 7.2.2

Hiya -<br /><br />I've been using Policy Server 7.0.2 and Document Security Server 7.0.2 to policy protect PDFs.<br /><br />I've recently just installed Policy Server 7.2.1 & DSS 7.2.2 on another machine and am now trying to use the same EJB deployed on the previous PS & DSS on the newer versions. Unfortunately I'm running into some problems which I don't really understand.<br /><br />Basically I can deploy the EJB (called PolicyApplication.jar) and it appears to deploy OK - it appears in the jmx-console (I'm using jboss 3.2.5), but when I try and attach to it from my remote application I get the following error (see stack trace below).<br /><br />I'm using SSL and have imported the certificates into the java environment cacerts files for both the client & the server.<br /><br />Looking through the stack trace I get the error 'Error looking up PolicyManagerEJB -- Cannot connect to server' and the application seems to be trying to make a connection to localhost and being refused, but I don't really understand why it's being refused.<br /><br />Basically I have DSS & PS running on the same instance of jboss - the client is running on a different machine, so I have permissioned through the firewall port 1099.<br /><br />I seem to be able to use <servername>/edc/Main.do with no problems at all.<br /><br />I also seem to have some MissingResourceExceptions in the adobe.log for a number of different services:<br /><br />2007-01-30 14:41:52,473~DEBUG~com.adobe.idp.um.scheduler.IDPScheduler~com.adobe.service.Service.star t Service IDPScheduler: Exception while attempting to read initialization properties from com/adobe/config/IDPScheduler-init<br />java.util.MissingResourceException: Can't find bundle for base name com/adobe/config/IDPScheduler-init, locale en_US<br /><br /><very long stack trace here><br /><br />2007-01-30 14:41:57,445~DEBUG~com.adobe.document.PDFManipulation~com.adobe.service.Service.start Service PDFManipulation: Exception while attempting to read initialization properties from com/adobe/config/PDFManipulation-init<br />java.util.MissingResourceException: Can't find bundle for base name com/adobe/config/PDFManipulation-init, locale en_US<br /><br /><very long stack trace here><br /><br />2007-01-30 14:41:59,958~DEBUG~com.adobe.service.APSProxyService~com.adobe.service.Service.start Service APSProxyService: Exception while attempting to read initialization properties from com/adobe/config/APSProxyService-init<br />java.util.MissingResourceException: Can't find bundle for base name com/adobe/config/APSProxyService-init, locale en_US<br /><br /><very long stack trace here><br /><br />Could someone please give me some advice on how I can try and debug this issue, and what could be wrong. As per usual I've left this late and really need to get this going ASAP, so any help anyone could provide would be very very gratefully received.<br /><br />Below is the stack trace I receive at the client end. I've had to summarise it as it's quite long - will post the full thing is a second post.<br /><br />Once again, many thanks in advance,<br />Anil.<br /><br />----<br /><br />com.adobe.edc.sdk.SDKException: Exception connecting to the Server -- An error occured while performing this operation(error code bin: 1, hex: 0x1)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException<br /><br />Caused by: com.adobe.edc.sdk.SDKException: Error authenticating against server -- Authentication failed(error code bin: 513, hex: 0x201)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException(ExceptionHandler.java:50)<br />     at com.adobe.edc.sdk.impl.ejb.EJBConnection.getConnection<br /><br />Caused by: com.adobe.edc.sdk.SDKException: Error looking up PolicyManagerEJB -- Cannot connect to server(error code bin: 1025, hex: 0x401)<br /><br />Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: <br />     java.net.ConnectException: Connection refused: connect]

Full stack trace here:<br /><br />com.adobe.edc.sdk.SDKException: Exception connecting to the Server -- An error occured while performing this operation(error code bin: 1, hex: 0x1)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException(ExceptionHandler.java:78)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException(ExceptionHandler.java:88)<br />     at com.adobe.edc.sdk.EDCFactory.connect(EDCFactory.java:190)<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.createConnection(AdobeDRMManager.java :122)<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.main(AdobeDRMManager.java:411)<br />Caused by: com.adobe.edc.sdk.SDKException: Error authenticating against server -- Authentication failed(error code bin: 513, hex: 0x201)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException(ExceptionHandler.java:50)<br />     at com.adobe.edc.sdk.impl.ejb.EJBConnection.getConnection(EJBConnection.java:557)<br />     at com.adobe.edc.sdk.impl.ejb.EJBClientFactoryImpl.<init>(EJBClientFactoryImpl.java:63)<br />     at com.adobe.edc.sdk.EDCFactory.connect(EDCFactory.java:183)<br />     ... 2 more<br />Caused by: com.adobe.edc.sdk.SDKException: Error looking up PolicyManagerEJB -- Cannot connect to server(error code bin: 1025, hex: 0x401)<br />     at com.adobe.edc.sdk.impl.ExceptionHandler.throwException(ExceptionHandler.java:50)<br />     at com.adobe.edc.sdk.impl.ejb.EJBConnection.getPolicyManagerHome(EJBConnection.java:532)<br />     at com.adobe.edc.sdk.impl.ejb.EJBConnection.getConnection(EJBConnection.java:549)<br />     ... 4 more<br />Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: <br />     java.net.ConnectException: Connection refused: connect]<br />     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:649)<br />     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)<br />     at javax.naming.InitialContext.lookup(Unknown Source)<br />     at com.adobe.edc.sdk.impl.ejb.EJBConnection.getPolicyManagerHome(EJBConnection.java:528)<br />     ... 5 more<br />Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: <br />     java.net.ConnectException: Connection refused: connect<br />     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)<br />     at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)<br />     at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)<br />     at sun.rmi.server.UnicastRef.invoke(Unknown Source)<br />     at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)<br />     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530)<br />     ... 8 more<br />Caused by: java.net.ConnectException: Connection refused: connect<br />     at java.net.PlainSocketImpl.socketConnect(Native Method)<br />     at java.net.PlainSocketImpl.doConnect(Unknown Source)<br />     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)<br />     at java.net.PlainSocketImpl.connect(Unknown Source)<br />     at java.net.SocksSocketImpl.connect(Unknown Source)<br />     at java.net.Socket.connect(Unknown Source)<br />     at java.net.Socket.connect(Unknown Source)<br />     at java.net.Socket.<init>(Unknown Source)<br />     at java.net.Socket.<init>(Unknown Source)<br />     at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)<br />     at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)<br />     ... 14 more<br />com.semantico.depp.drm.exception.DRMException: Could not connect to DRM server<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.createConnection(AdobeDRMManager.java :129)<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.main(AdobeDRMManager.java:411)<br />Exception in thread "main" java.lang.NullPointerException<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.closeConnection(AdobeDRMManager.java: 142)<br />     at com.semantico.depp.drm.manager.impl.AdobeDRMManager.main(AdobeDRMManager.java:448)

Similar Messages

  • Problems with deploying application

    I started on trying to get the Pentaho Business Intelligence Server (latest stable release) deployed to Oracle WebLogic. The error I get in the WebLogic console right now is below. Within this weblogic console output is a reference to a problem within my application.xml file, the contents my application.xml file is also included further down in this posting.
    +<Dec 6, 2010 7:13:33 PM EST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor+
    C:\Oracle\Middleware\wlserver_10.3\samples\domains \wl_server\autodeploy\pentaho.ear/META-INF/application.xml of module pentaho.ear. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed at weblogic.descriptor.internal.MarshallerFactory$1.c reateDescriptor(MarshallerFactory.java:161)
    at weblogic.descriptor.BasicDescriptorManager.createD escriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptor Loader2.getDescriptorBeanFromReader(AbstractDescri ptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptor Loader2.createDescriptorBean(AbstractDescriptorLoa der2.java:409)
    at weblogic.application.descriptor.AbstractDescriptor Loader2.loadDescriptorBeanWithoutPlan(AbstractDesc riptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptor Loader2.loadDescriptorBean(AbstractDescriptorLoade r2.java:768)
    at weblogic.application.ApplicationDescriptor.getAppl icationDescriptor(ApplicationDescriptor.java:301)
    at weblogic.application.internal.EarDeploymentFactory .findOrCreateComponentMBeans(EarDeploymentFactory. java:178)
    at weblogic.application.internal.MBeanFactoryImpl.fin dOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.rec oncileMBeans(MBeanFactoryImpl.java:157)
    at weblogic.management.deploy.internal.MBeanConverter .reconcile81MBeans(MBeanConverter.java:295)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.compatibilityProcessor(RedeployOp eration.java:182)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.setupPrepare(AbstractOperation.ja va:295)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.doPrepare(RedeployOperation.java: 121)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.prepare(AbstractOperation.java:21 7)
    at weblogic.deploy.internal.targetserver.DeploymentMa nager.handleDeploymentPrepare(DeploymentManager.ja va:749)
    at weblogic.deploy.internal.targetserver.DeploymentMa nager.prepareDeploymentList(DeploymentManager.java :1216)
    at weblogic.deploy.internal.targetserver.DeploymentMa nager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentSe rviceDispatcher.prepare(DeploymentServiceDispatche r.java:160)
    at weblogic.deploy.service.internal.targetserver.Depl oymentReceiverCallbackDeliverer.doPrepareCallback( DeploymentReceiverCallbackDeliverer.java:171)
    at weblogic.deploy.service.internal.targetserver.Depl oymentReceiverCallbackDeliverer.access$000(Deploym entReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.Depl oymentReceiverCallbackDeliverer$1.run(DeploymentRe ceiverCallbackDeliverer.java:47)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapte rImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread. java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java :173)
    Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    +"weblogic.j2ee.descriptor.ModuleBeanImpl@edc8b 460(/Mod+
    +ules[weblogic.descriptor.internal.DescriptorBeanKey@ee8 d02ab])"+
    at com.bea.staxb.runtime.internal.util.ReflectionUtil s.invokeMethod(ReflectionUtils.java:54)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue(RuntimeBindingType.ja va:539)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBin dingType$QNameRuntimeProperty.fillCollection(Attri buteRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.g etFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBin dingType.getFinalObjectFromIntermediary(AttributeR untimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unm arshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unm arshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.un marshal(UnmarshallerImpl.java:65)
    at weblogic.descriptor.internal.MarshallerFactory$1.c reateDescriptor(MarshallerFactory.java:150)
    +... 24 more+
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    +"weblogic.j2ee.descriptor.ModuleBeanImpl@edc8b 460(/Modules[weblogic.descriptor.internal.DescriptorBeanKey@ee8 d02ab])"+
    at weblogic.descriptor.internal.ReferenceManager.regi sterBean(ReferenceManager.java:227)
    at weblogic.j2ee.descriptor.ApplicationBeanImpl.setMo dules(ApplicationBeanImpl.java:427)
    at sun.reflect.GeneratedMethodAccessor74.invoke(Unkno wn Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtil s.invokeMethod(ReflectionUtils.java:48)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue(RuntimeBindingType.ja va:539)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBin dingType$QNameRuntimeProperty.fillCollection(Attri buteRuntimeBindingType.java:382)
    +... 30 more.>+
    +<Dec 6, 2010 7:13:35 PM EST> <Error> <Deployer> <BEA-149265>+
    +<Failure occurred in the execution of deployment request with ID '1291680813688' for task '1'. Error is: 'weblogic.management.DeploymentException: '+
    weblogic.management.DeploymentException:
    at weblogic.management.deploy.internal.MBeanConverter .reconcile81MBeans(MBeanConverter.java:303)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.compatibilityProcessor(RedeployOp eration.java:180)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.setupPrepare(AbstractOperation.ja va:295)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.doPrepare(RedeployOperation.java: 121)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.prepare(AbstractOperation.java:21 7)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    +"weblogic.j2ee.descriptor.ModuleBeanImpl@edc8b 460(/Modules[weblogic.descriptor.internal.DescriptorBeanKey@ee8 d02ab])"+
    at weblogic.descriptor.internal.ReferenceManager.regi sterBean(ReferenceManager.java:227)
    at weblogic.j2ee.descriptor.ApplicationBeanImpl.setMo dules(ApplicationBeanImpl.java:427)
    at sun.reflect.GeneratedMethodAccessor74.invoke(Unkno wn Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace>
    +<Dec 6, 2010 7:13:35 PM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '_appsdir_pentaho_ear'.>+
    +<Dec 6, 2010 7:13:35 PM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004 weblogic.management.DeploymentException:+
    at weblogic.management.deploy.internal.MBeanConverter .reconcile81MBeans(MBeanConverter.java:303)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.compatibilityProcessor(RedeployOp eration.java:180)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.setupPrepare(AbstractOperation.ja va:295)
    at weblogic.deploy.internal.targetserver.operations.R edeployOperation.doPrepare(RedeployOperation.java: 121)
    at weblogic.deploy.internal.targetserver.operations.A bstractOperation.prepare(AbstractOperation.java:21 7)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    +"weblogic.j2ee.descriptor.ModuleBeanImpl@edc8b 460(/Modules[weblogic.descriptor.internal.DescriptorBeanKey@ee8 d02ab])"+
    at weblogic.descriptor.internal.ReferenceManager.regi sterBean(ReferenceManager.java:227)
    at weblogic.j2ee.descriptor.ApplicationBeanImpl.setMo dules(ApplicationBeanImpl.java:427)
    at sun.reflect.GeneratedMethodAccessor74.invoke(Unkno wn Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace>
    The application.xml file that the above code is referencing looks like this:
    +<?xml version='1.0' encoding='UTF-8'?>+
    +<application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+
    +<module>+
    +<web>+
    +<web-uri>pentaho-ears/jboss/portal/pentaho.war</web-uri>+
    +<context-root>pentaho</context-root>+
    +</web>+
    +</module>+
    +<module>+
    +<web>+
    +<web-uri>pentaho-portal-layout.war</web-uri>+
    +<context-root>pentaho-portal-layout</context-root>+
    +</web>+
    +</module>+
    +<module>+
    +<web>+
    +<web-uri>pentaho-style.war</web-uri>+
    +<context-root>pentaho-style</context-root>+
    +</web>+
    +</module>+
    +<module>+
    +<web>+
    +<web-uri>pentaho-wars/pentaho-portal-layout.war</web-uri>+
    +<context-root>pentaho-portal-layout</context-root>+
    +</web>+
    +</module>+
    +<module>+
    +<web>+
    +<web-uri>pentaho-wars/pentaho-style.war</web-uri>+
    +<context-root>pentaho-style</context-root>+
    +</web>+
    +</module>+
    +<module>+
    +<web>+
    +<web-uri>pentaho.war</web-uri>+
    +<context-root>pentaho</context-root>+
    +</web>+
    +</module>+
    +</application>+
    Any help is appreciated
    Edited by: Wes Gibbs on Dec 6, 2010 6:18 PM

    Thank you once again Jay.  That corrected my problem.  I actually put the libraries in autodeploy\pentaho.ear\lib directory and it seemed to correct it.  I have another problem that I am unsure how to fix.  It is defined below.  The file that these errors are referring to ("applicationContext-spring-security.xml") is also posted below.  Any ideas what might be causing this issue?
    ERROR Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterChainProxy' defined in file
         [C:\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-spring-security.xml]: Invocation of init method failed; nested exception is      org.springframework.beans.factory.BeanCreationException:
    Error creating bean with name 'authenticationProcessingFilter' defined
    in file [C:\pentaho\server\biserver-ee\pentaho-solutions\system\applicationCont
    ext-spring-security.xml]: Cannot resolve reference to bean 'authenticationManage
    r' while setting bean property 'authenticationManager'; nested exception is org.
    springframework.beans.factory.BeanCreationException:
    Error creating bean with na
    me 'authenticationManager' defined in file [C:\pentaho\server\biserver-ee\pentah
    o-solutions\system\applicationContext-spring-security.xml]: Cannot resolve refer
    ence to bean 'daoAuthenticationProvider' while setting bean property 'providers'
    with key [0]; nested exception is org.springframework.beans.factory.BeanCreatio
    nException:
    Error creating bean with name 'daoAuthenticationProvider' defined in
    file [C:\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext
    -spring-security-hibernate.xml]: Cannot resolve reference to bean 'userDetailsSe
    rvice' while setting bean property 'userDetailsService'; nested exception is org
    .springframework.beans.factory.BeanCreationException:
    Error creating bean with n
    ame 'userDetailsService' defined in file [C:\pentaho\server\biserver-ee\pentaho-
    solutions\system\applicationContext-spring-security-hibernate.xml]: Cannot resol
    ve reference to bean 'userRoleDao' while setting bean property 'userRoleDao'; ne
    sted exception is org.springframework.beans.factory.BeanCreationException:
    Error
    creating bean with name 'userRoleDao' defined in file [C:\pentaho\server\biserv
    er-ee\pentaho-solutions\system\applicationContext-spring-security-hibernate.xml]
    : Cannot resolve reference to bean 'sessionFactory' while setting bean property
    'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCrea
    tionException:
    Error creating bean with name 'sessionFactory' defined in file [C
    :\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-spring-
    security-hibernate.xml]: Invocation of init method failed; nested exception is j
    ava.lang.NoClassDefFoundError: org/dom4j/DocumentException
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    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.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    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)
    * End of Output for the weblogic error log, the following is the text from my applicationContext-spring-security.xml file: *
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springsource.org/dtd/spring-beans.dtd">
    <!--+
    | Application context containing FilterChainProxy.
    +-->
    <beans>
    <!-- ======================== FILTER CHAIN ======================= -->
         <!--
              if you wish to use channel security, add "channelProcessingFilter," in
              front of "httpSessionContextIntegrationFilter" in the list below
         -->
         <bean id="filterChainProxy" class="org.springframework.security.util.FilterChainProxy">
              <property name="filterInvocationDefinitionSource">
                   <value>
    <![CDATA[CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
    PATTERN_TYPE_APACHE_ANT
    /**=securityContextHolderAwareRequestFilter,httpSessionContextIntegrationFilter,httpSessionReuseDetectionFilter,logoutFilter,authenticationProcessingFilter,basicProcessingFilter,requestParameterProcessingFilter,anonymousProcessingFilter,pentahoSecurityStartupFilter,exceptionTranslationFilter,filterInvocationInterceptor]]>
                   </value>
              </property>
         </bean>
    <!-- ======================== AUTHENTICATION ======================= -->
         <bean id="authenticationManager" class="org.springframework.security.providers.ProviderManager">
              <property name="providers">
                   <list>
                        <ref bean="daoAuthenticationProvider" />
                        <ref local="anonymousAuthenticationProvider" />
                   </list>
              </property>
         </bean>
    <!-- Automatically receives AuthenticationEvent messages -->
         <bean id="loggerListener"
              class="org.springframework.security.event.authentication.LoggerListener" />
         <bean id="basicProcessingFilter"
              class="org.springframework.security.ui.basicauth.BasicProcessingFilter">
              <property name="authenticationManager">
                   <ref local="authenticationManager" />
              </property>
              <property name="authenticationEntryPoint">
                   <ref local="basicProcessingFilterEntryPoint" />
              </property>
         </bean>
         <bean id="basicProcessingFilterEntryPoint"
              class="org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint">
              <property name="realmName" value="Pentaho Realm" />
         </bean>
    <!-- custom Pentaho begin -->
         <bean id="requestParameterProcessingFilter"
              class="org.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter">
              <property name="authenticationManager">
                   <ref local="authenticationManager" />
              </property>
              <property name="authenticationEntryPoint">
                   <ref local="requestParameterProcessingFilterEntryPoint" />
              </property>
         </bean>
         <bean id="requestParameterProcessingFilterEntryPoint"
              class="org.pentaho.platform.web.http.security.RequestParameterFilterEntryPoint" />
    <bean id="pentahoSecurityStartupFilter"
    class="org.pentaho.platform.web.http.security.SecurityStartupFilter">
    <property name="injectAnonymous" value="true" />
    </bean>
    <!-- custom Pentaho end -->
         <bean id="anonymousProcessingFilter"
              class="org.springframework.security.providers.anonymous.AnonymousProcessingFilter">
              <property name="key" value="foobar" />
              <property name="userAttribute" value="anonymousUser,Anonymous" />
         </bean>
         <bean id="anonymousAuthenticationProvider"
              class="org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider">
              <property name="key" value="foobar" />
         </bean>
         <bean id="httpSessionContextIntegrationFilter"
              class="org.springframework.security.context.HttpSessionContextIntegrationFilter" />
         <bean id="logoutFilter" class="org.springframework.security.ui.logout.LogoutFilter">
              <constructor-arg value="/index.jsp" />
    <!-- URL redirected to after logout -->
              <constructor-arg>
                   <list>
                        <bean class="org.pentaho.platform.web.http.security.PentahoLogoutHandler" />
                        <bean
                             class="org.springframework.security.ui.logout.SecurityContextLogoutHandler" />
                   </list>
              </constructor-arg>
              <property name="filterProcessesUrl" value="/Logout" />
         </bean>
         <bean id="securityContextHolderAwareRequestFilter"
              class="org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter" />
         <bean id="httpSessionReuseDetectionFilter"
              class="org.pentaho.platform.web.http.security.HttpSessionReuseDetectionFilter">
              <property name="filterProcessesUrl" value="/j_spring_security_check" />
              <property name="sessionReuseDetectedUrl" value="/Login?login_error=2" />
         </bean>
         <!--
              ===================== HTTP REQUEST SECURITY ====================
         -->
         <bean id="exceptionTranslationFilter"
              class="org.springframework.security.ui.ExceptionTranslationFilter">
              <property name="authenticationEntryPoint">
                   <ref local="authenticationProcessingFilterEntryPoint" />
              </property>
              <property name="accessDeniedHandler">
                   <bean class="org.springframework.security.ui.AccessDeniedHandlerImpl" />
              </property>
         </bean>
         <bean id="authenticationProcessingFilter"
              class="org.springframework.security.ui.webapp.AuthenticationProcessingFilter">
              <property name="authenticationManager">
                   <ref local="authenticationManager" />
              </property>
              <property name="authenticationFailureUrl" value="/Login?login_error=1" />
              <property name="defaultTargetUrl" value="/Home" />
              <property name="filterProcessesUrl" value="/j_spring_security_check" />
              <property name="targetUrlResolver">
                   <bean id="targetUrlResolver" class="org.springframework.security.ui.TargetUrlResolverImpl">
                        <property name="justUseSavedRequestOnGet" value="true" />
                   </bean>
              </property>
         </bean>
         <bean id="authenticationProcessingFilterEntryPoint"
              class="org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint">
              <property name="loginFormUrl" value="/Login" />
              <property name="forceHttps" value="false" />
         </bean>
         <bean id="httpRequestAccessDecisionManager" class="org.springframework.security.vote.AffirmativeBased">
              <property name="allowIfAllAbstainDecisions" value="false" />
              <property name="decisionVoters">
                   <list>
                        <ref bean="roleVoter" />
                   </list>
              </property>
         </bean>
         <!--
              Note the order that entries are placed against the
              objectDefinitionSource is critical. The FilterSecurityInterceptor will
              work from the top of the list down to the FIRST pattern that matches
              the request URL. Accordingly, you should place MOST SPECIFIC (ie
              a/b/c/d.*) expressions first, with LEAST SPECIFIC (ie a/.*)
              expressions last
         -->
         <bean id="filterInvocationInterceptor"
              class="org.springframework.security.intercept.web.FilterSecurityInterceptor">
              <property name="authenticationManager">
                   <ref local="authenticationManager" />
              </property>
              <property name="accessDecisionManager">
                   <ref local="httpRequestAccessDecisionManager" />
              </property>
              <property name="objectDefinitionSource">
                   <value>
                        <!--
                             Note - the "=Nobody" below is saying that resource URLs with those
                             patterns not be available through a web call.
                        -->
    <![CDATA[
    CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
    \A/docs/.*\Z=Anonymous,Authenticated
    \A/mantlelogin/.*\Z=Anonymous,Authenticated
    \A/mantle/mantleloginservice/*\Z=Anonymous,Authenticated
    \A/mantle/.*\Z=Authenticated
    \A/welcome/.*\Z=Anonymous,Authenticated
    \A/public/.*\Z=Anonymous,Authenticated
    \A/login.*\Z=Anonymous,Authenticated
    \A/ping/alive.gif.*\Z=Anonymous,Authenticated
    \A/j_spring_security_check.*\Z=Anonymous,Authenticated
    \A/getimage.*\Z=Anonymous,Authenticated
    \A/getresource.*\Z=Anonymous,Authenticated
    \A/admin.*\Z=Admin
    \A/auditreport.*\Z=Admin
    \A/auditreportlist.*\Z=Admin
    \A/versioncontrol.*\Z=Admin
    \A/propertieseditor.*\Z=Admin
    \A/propertiespanel.*\Z=Admin
    \A/subscriptionadmin.*\Z=Admin
    \A/resetrepository.*\Z=Admin
    \A/viewaction.*solution.admin.*\Z=Admin
    \A/scheduleradmin.*\Z=Admin
    \A/publish.*\Z=Admin
    \A/logout.*\Z=Anonymous
    \A/solutionrepositoryservice.*component=delete.*solution=system.*\Z=Nobody
    \A/solutionrepositoryservice.*solution=system.*component=delete.*\Z=Nobody
    .*system.*pentaho.xml.*=Nobody
    .*system.*applicationcontext.*.xml.*=Nobody
    .*system.*pentahoobjects.spring.xml.*=Nobody
    .*system.*pentahosystemconfig.xml.*=Nobody
    .*system.*adminplugins.xml.*=Nobody
    .*system.*plugin.properties.*=Nobody
    .*system.*publisher_config.xml.*=Nobody
    .*system.*sessionstartupactions.xml.*=Nobody
    .*system.*systemlisteners.xml.*=Nobody
    .*system.*hibernate.*=Nobody
    .*system.*birt/.*=Nobody
    .*system.*dialects/.*=Nobody
    .*system.*google/.*=Nobody
    .*system.*jasperreports/.*=Nobody
    .*system.*jfree/.*=Nobody
    .*system.*kettle/.*=Nobody
    .*system.*logs/.*=Nobody
    .*system.*metadata/.*=Nobody
    .*system.*mondrian/.*=Nobody
    .*system.*olap/.*=Nobody
    .*system.*quartz/.*=Nobody
    .*system.*simple-jndi/.*=Nobody
    .*system.*smtp-email/.*=Nobody
    .*system.*ui/.*=Nobody
    .*system.*analysistemplate.tpl.*=Nobody
    .*system.*\.\./.*=Nobody
    \A/.*\Z=Authenticated
    ]]>
                   </value>
              </property>
         </bean>
    </beans>

  • Problems with deploying ODAC to web server

    I have a ASP.NET 4.0 MVC application using Entity Framework and ODAC r4 11.2.0.3.0. I have Oracle 10g client installed on the server (2003) already. I installed the 32-bit ODAC 4 XCopy deployment to the server using the batch file. So I have two Oracle installs on the computer.
    c:\oracle\ora10g\
    c:\oracle\odac11g32\
    The odac11g32 isn't in the PATH environment variable, and because I have a bunch of web apps using the 10g driver now I don't want to disturb them (if I add the bin directory to the PATH env variable, it breaks my existing apps for some reason).
    So I read that I can use the DllPath variable in the web.config file..
    +<add name="DllPath" value="C:\Oracle\odac11g32\bin"/>+
    I added it along with all the other variables I've seen in the examples, but I still am getting an error when I try to run the application...
    Unable to load DLL 'OraOps11w.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
    I used Process Explorer to make sure it was loading the correct DLL from the GAC and there is no oracle.dataaccess.dll in the BIN directory of my application. I used Dependency Walker to make sure that all the supporting DLLs work for the DLL mentioned in the error message (I got an error with shlwapi.dll but the DW docs say thats not an issue because its delay-load or something like that).
    [DllNotFoundException: Unable to load DLL 'OraOps11w.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)]
    Oracle.DataAccess.Client.OpsTrace.Trace(UInt32 level, String[] args) +0
    Oracle.DataAccess.Client.OraTrace.Trace(UInt32 TraceLevel, String[] args) +58
    Oracle.DataAccess.Client.OpoErrResManager.GetErrorMesg(Int32 errorcode, String[] args) +328
    Oracle.DataAccess.Client.OracleError..ctor(Int32 errNumber, String dataSrc, String procedure, String errMsg) +82
    Oracle.DataAccess.Client.OracleException..ctor(Int32 errCode, String dataSrc, String procedure, String errMsg) +127
    Oracle.DataAccess.Client.OracleException..ctor(Int32 errCode) +49
    Oracle.DataAccess.Client.OracleInit.Initialize() +465
    Oracle.DataAccess.Client.OracleClientFactory..cctor() +76
    [TypeInitializationException: The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory' threw an exception.]

    I have a ASP.NET 4.0 MVC application using Entity Framework and ODAC r4 11.2.0.3.0. I have Oracle 10g client installed on the server (2003) already. I installed the 32-bit ODAC 4 XCopy deployment to the server using the batch file. So I have two Oracle installs on the computer.
    c:\oracle\ora10g\
    c:\oracle\odac11g32\
    The odac11g32 isn't in the PATH environment variable, and because I have a bunch of web apps using the 10g driver now I don't want to disturb them (if I add the bin directory to the PATH env variable, it breaks my existing apps for some reason).
    So I read that I can use the DllPath variable in the web.config file..
    +<add name="DllPath" value="C:\Oracle\odac11g32\bin"/>+
    I added it along with all the other variables I've seen in the examples, but I still am getting an error when I try to run the application...
    Unable to load DLL 'OraOps11w.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
    I used Process Explorer to make sure it was loading the correct DLL from the GAC and there is no oracle.dataaccess.dll in the BIN directory of my application. I used Dependency Walker to make sure that all the supporting DLLs work for the DLL mentioned in the error message (I got an error with shlwapi.dll but the DW docs say thats not an issue because its delay-load or something like that).
    [DllNotFoundException: Unable to load DLL 'OraOps11w.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)]
    Oracle.DataAccess.Client.OpsTrace.Trace(UInt32 level, String[] args) +0
    Oracle.DataAccess.Client.OraTrace.Trace(UInt32 TraceLevel, String[] args) +58
    Oracle.DataAccess.Client.OpoErrResManager.GetErrorMesg(Int32 errorcode, String[] args) +328
    Oracle.DataAccess.Client.OracleError..ctor(Int32 errNumber, String dataSrc, String procedure, String errMsg) +82
    Oracle.DataAccess.Client.OracleException..ctor(Int32 errCode, String dataSrc, String procedure, String errMsg) +127
    Oracle.DataAccess.Client.OracleException..ctor(Int32 errCode) +49
    Oracle.DataAccess.Client.OracleInit.Initialize() +465
    Oracle.DataAccess.Client.OracleClientFactory..cctor() +76
    [TypeInitializationException: The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory' threw an exception.]

  • Email settings problem - your device encountered a problem with this application's server

    Hi, 
    I'm getting the following message 
    "your device encountered a problem with this application's server" when I try to add an email in Email settings. This problem is occurring since 15-NOV-2010. I'm using O2 service provider. i've called them and reported this problem. O2 service provider did all possible troubleshooting and they adviced everything is ok on their side. They don't know why am I getting this message. 
    This is really frustrating and not able to add an email or edit my existing email settings. I did reboot my handheld more than 10 times but no luck. Please can anyone help me to sort this problem out. PLEASE HELP
    Regards,
    Vimal

    Hello there,
    I am having the same problem since last 2 days. I have a BB curve 8900 with O2. I called them up today morning. They said that the problem is at their end and some of the customers are getting affected. Luckly, I still can access the setup using webclient.
    Hopefuly they will resolve this issue soon.
    Cheers,
    G

  • Problems with deployment in 6.1 on  tru64

              Hi,
              We are having problems with deployment of web applications in 6.1. We are running
              cluster ( 2 managed servers ) .The problem is that every time we restart the admin
              and managed servers, none of our application gets loaded and deployed. In the
              console, application looks ok i.e. targtes are listed and application is deployed
              but actually the application is not loaded and does not work. If I go and deploy/redploy
              the app , it works fine but again after every restart of the servers, application
              does not get loaded.
              Any idea. Your help is greatly appreciated.
              Thanks,
              Manoj
              

              Kumar,
              I do not see applicaitons being loaded and deployed at the time of server startup.
              In config.xml everything looks ok.
              Manoj
              Kumar Allamraju <[email protected]> wrote:
              ><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              ><html>
              >Whenever an application is deployed you should see the
              ><br>following message in the server console or in the weblogic.log
              ><p><Mar 19, 2002 11:49:52 AM PST> <Info> <J2EE> <Deployed
              >:
              >certificate>
              ><p>Do you see such  messages or not?
              ><p>Manoj wrote:
              ><blockquote TYPE=CITE>Hi,
              ><br>We are having problems with deployment of web applications in 6.1.
              >We are running
              ><br>cluster ( 2 managed servers ) .The problem is that every time we
              >restart
              >the admin
              ><br>and managed servers, none of our application gets loaded and deployed.
              >In the
              ><br>console, application looks ok i.e. targtes are listed and application
              >is deployed
              ><br>but actually the application is not loaded and does not work. If
              >I
              >go and deploy/redploy
              ><br>the app , it works fine but again after every restart of the servers,
              >application
              ><br>does not get loaded.
              ><br>Any idea. Your help is greatly appreciated.
              ><br>Thanks,
              ><br>Manoj</blockquote>
              ></html>
              >
              

  • Problem with deploying : SDM could not start the J2EE cluster on the host .

    Hello, All
    I have following problem with deploying the aplication I get  this messenger:
    16/09/2008 07:59:44 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : 192.168.0.14
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Aborted: development component 'ZChangeRequestDatabase'/'local'/'LOKAL'/'0.2008.05.03.04.24.17'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated. There is no cluster control instance running on host Jupiter which is described in SecureStorage . The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :|Name:JM_T1221612526745_0_penitus15 |Host:PENITUS15 |State:5|HostAddress:192.168.0.205||Name:JM_T1221612357814_0_Jupiter |Host:pfs |State:5|HostAddress:192.168.0.14||Name:JC_Jupiter_JTP_00 |Host:pfs |State:5|HostAddress:192.168.0.14|Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment exception : The deployment of at least one item aborted
    I dont'n know  How do I  solver this error?
    - I reviewed the virtual memory and I increase the virtual memory
    - I restarted the server and  the system
    - I reviwed the parameter in the config tool --> cluster --> security storage it is OK
    Any suggestion for solver this  problem
    Thanks
    Regards
    DS

    I found this messenger in   Additional log information., Please si 
    17/09/2008 03:04:51 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\JTP\JC00\SDM\program\log\sdmcl20080917200328.log]/>
    <!PATTERN[sdmcl20080917200328.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Sep 17, 2008 1:04:40 PM  Info: -
    Starting deployment -
    Sep 17, 2008 1:04:40 PM  Info: Error handling strategy: OnErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Update strategy: UpdateAllVersions
    Sep 17, 2008 1:04:40 PM  Info: Starting deployment prerequisites:
    Sep 17, 2008 1:04:40 PM  Info: Loading selected archives...
    Sep 17, 2008 1:04:40 PM  Info: Loading archive 'C:\usr\sap\JTP\JC00\SDM\program\temp\temp62604ZIssueDatabase.ear'
    Sep 17, 2008 1:04:41 PM  Info: Selected archives successfully loaded.
    Sep 17, 2008 1:04:41 PM  Info: Actions per selected component:
    Sep 17, 2008 1:04:41 PM  Info: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:41 PM  Info: Ending deployment prerequisites. All items are correct.
    Sep 17, 2008 1:04:43 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Saved current Engine state.
    Sep 17, 2008 1:04:45 PM  Info: Starting: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:45 PM  Info: SDA to be deployed: C:\usr\sap\JTP\JC00\SDM\root\origin\local\ZIssueDatabase\LOKAL\0\0.2008.04.17.10.53.03\temp62604ZIssueDatabase.ear
    Sep 17, 2008 1:04:45 PM  Info: Software type of SDA: J2EE
    Sep 17, 2008 1:04:45 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Starting cluster instance processes.
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: An error occured while starting a cluster instance.
    Sep 17, 2008 1:04:45 PM  Error: There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    Sep 17, 2008 1:04:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Aborted: development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated.
    There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Sep 17, 2008 1:04:45 PM  Info: Starting to save the repository
    Sep 17, 2008 1:04:46 PM  Info: Finished saving the repository
    Sep 17, 2008 1:04:47 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Sep 17, 2008 1:04:47 PM  Error: -
    At least one of the Deployments failed -
    Any help will be well received about this problema
    Thk
    Regards
    DS

  • Problems with I/O on Unix Server

    HAllo
    I have a Problem with reading/writing on the Server my Tomcat is running.
    My Application does not find the properties file allthough i tried to get my path with System.getProperty("user.dir"), and also tried to set an absolute path too.
    It is also not able to create a new file.
    My Question: What rights do applications running in tomcat have by dafault?
    How cat i change this rights?
    And how do the path have to look in my code if i want to set it fix?
    I tried thid ones:
    "/mydir/myfile.txt"
    "\\mydir\\myfile.txt"

    Tomcat is a regular application that has the same rights as the user executing it. Does Tomcat run as a user who has access to the directory you are trying to read/write from?

  • Deploying application on Virtual Server

    I am having a virtual server set up by my department on which i can't install anything. I want to use flash builder for my database project of which I am designing front end in flash builder.
    I tried to create same mysql environment on my machine as it is on virtual server. I developed front end which retrieves content from one of the table and display it.
    But when I copied the output folder to my virtual server, my application failed with the following error.
    Send failed
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP:
    I would appreciate any suggestions.

    Vijay,
    are you using the node manager and starting the server from the admin console?
    The node manager starts this as a process and sometimes the process is not getting
    killed. try to kill the previously started process and it should work fine
    ANIL
    "vijay" <[email protected]> wrote:
    >
    Hi All,
    I am using Weblogic 6.1sp1 on windows 2000.
    I have 2 servers
    server name type port
    myserver - admin server 7001
    vijay - managed server 19001
    when i start myserver & then vijay(managed server) It starts ok works
    fine.But
    if try to deploy application on managed server & then try to restart
    both my managed
    server just hangs by giving message.
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <Jan 24, 2002 12:18:04 PM EST> <Notice> <WebLogicServer> <Starting WebLogic
    Managed
    Server "vijay" for domain "mydomain">
    It doesn't throw any exceptions but it just hangs.
    so will u able to guide me on this.
    Thanx
    Vijay

  • Problem with an application running Adobe Flex. Tech people say they cannot monitor, track or catch the problem.

    Problem with an application running Adobe Flex. tech people say they cannot monitor, track or catch the problem. Application shuts down and give the following erre:
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.

    <moved from Downloading, Installing, Setting Up to Flex>

  • Problems with EJB Application with many CMP's

    I had been working with a Sun engineer in reference to a major problem with a large CMP Module with over 120 cmp beans with many relationships. It was filed as a bug and just recently they released Update 2. I installed this update and now I can build our complete application in Sun 1 Studio 5. Now, there seems to still be a problem in the application module. If we create the application and add our session module, cmp module and web module there is not problems. I can create the ear file and deploy this to S1AS7. Now if I exit the IDE the next time I return the Application shows that there is a error (red error indicator). I cannot expand the application to see the modules. The same problem was in S1S4 but it was not that big of a deal as it allowed you to add the modules back in, save and export the ear. But, now in S1S5 you cannot do a single thing with this module. Even the menu items to delete are not available. The only thing we can to is create the application again and add the modules etc. Also, if I right click on the application and select view error information it does nothing so I cannot even see the error that is causing this trouble. Also, we know it is something with the application and the cmp module because we can add just the web moduel and session module, save, exit and return and the application is fine. It is only when we add in the cmp module that after saving and returning things are wacked.
    Has anyone else seen this problem with the application?

    I have found the error. In the ide log it showed that the entity expansion limit was reached for the DOM parser. I added this to my ide.cfg and all works well now.
    -J-DentityExpansionLimit=128000
    Apperently the limit is 64000 and with the very large modules it was just not enough.

  • Problem with shares on Windows 2003R2 server from a Windows 8.1 PC

    I'm having problem with shares on Windows 2003R2 server from a Windows 8.1 PC.  It times out when I try to copy a file from my PC to the server and I get an error message saying "There is a problem accessing network drive W:\. Make sure you are
    connected to the network and try again."
    I have no problem copying files from the server to the PC.
    Any ideas?

    Hi,
    How about your problem now? Have you test other machine also installed Windows 8.1? Did they have this problem?
    To diagnose this problem, firstly, please check Windows 2003R2 firewall settings, also can disable firewall temporarilly for test.
    Secondly, try to use Network Monitor to capture network communication package for test.
    Network Monitor:
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    Roger Lu
    TechNet Community Support

  • Problem with cheque printing in production Server Tcode - FBZ5

    Hi
    Cheque Printing using SAPScript with TCODE FBZ5.
    I had a problem with cheque printing in production Server. TCODE - FBZ5
    It is working fine in Development Server with proper alligned data but not coming alligned data in production server. I compared, dubugged and checked the allignment...there is no difference I found.
    Could you please let me know, where the problem is occuring.
    The amount is not coming properly and coming out of the box.....but it is coming properly in development server.
    Sekhar

    Hi,
    For Amount field you must print like &amount(C)&. And it must be printer settings only. Because i gor same like this error while printing cheque. at that time Basis team had made the changes in printer settings.

  • N95 problem with ''Help'' application

    Dear all,
    I've update recently my N95 with new software release 20.0.015, but the problem with help application is not resolved...The problem is the following: when I try to open HELP I receive the error message MEMORY FULL, but my free RAM is 23/24 MB and the free memory on the device is 112 MB. Can you help me to resolve this problem?
    Thanks

    I have the same problem - no in any applications or using the Help application itself.
    Of possible interest ?>: is a 'help folder' I have with a name displayed in the Help application as 4x boxes.
    Using: -Menu -Tools -Utilities -Help
    ...I have an odd looking file listed at the end (after 'ZipManager' & before '3-D ringing tones'). The name is displaying as 4 x boxes - presumably non display characters ?>
    Is this folder on all N95s ? (i.e even those with a working Help) ?
    Anyone know how/where to locate this folder ?
    HammY

  • I have problems with installed applications

    I have problems with installed applications, I used to work correctly, but yesterday it just stopped working all run which came by default. could tell me I have to do to eliminate this problem?

    Try downloading another app - any free app is fine. See if that resets the other apps and allows them to work again.

  • Deploying application on managed server

    Hi All,
    I am using Weblogic 6.1sp1 on windows 2000.
    I have 2 servers
    server name type port
    myserver - admin server 7001
    vijay - managed server 19001
    when i start myserver & then vijay(managed server) It starts ok works fine.But
    if try to deploy application on managed server & then try to restart both my managed
    server just hangs by giving message.
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <Jan 24, 2002 12:18:04 PM EST> <Notice> <WebLogicServer> <Starting WebLogic Managed
    Server "vijay" for domain "mydomain">
    It doesn't throw any exceptions but it just hangs.
    so will u able to guide me on this.
    Thanx
    Vijay

    Vijay,
    are you using the node manager and starting the server from the admin console?
    The node manager starts this as a process and sometimes the process is not getting
    killed. try to kill the previously started process and it should work fine
    ANIL
    "vijay" <[email protected]> wrote:
    >
    Hi All,
    I am using Weblogic 6.1sp1 on windows 2000.
    I have 2 servers
    server name type port
    myserver - admin server 7001
    vijay - managed server 19001
    when i start myserver & then vijay(managed server) It starts ok works
    fine.But
    if try to deploy application on managed server & then try to restart
    both my managed
    server just hangs by giving message.
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <Jan 24, 2002 12:18:04 PM EST> <Notice> <WebLogicServer> <Starting WebLogic
    Managed
    Server "vijay" for domain "mydomain">
    It doesn't throw any exceptions but it just hangs.
    so will u able to guide me on this.
    Thanx
    Vijay

Maybe you are looking for

  • User exit / BADI on creation WBS

    Hi all, I'm looking for a way to access the fields of a WBS before displaying. The field project type is filled in by default, and I would like to clear this. I looked for a user exit / BADI but wasn't able to find one whic allows me to do what I wan

  • Problem in  the picking up the file

    hi all, i am working on agile to sap, here PI has to pick .pdx (or) .axml files and thses files are zip files again, open these files winzip, then those can be extracted in xml files. now PI has to pick the .pdx file and put it as .pdx filein the rec

  • Starting a Physical Standby DB which is configured with real-time apply

    Hi, I wanted to get clarification on the correct procedure for starting and stopping a physical standby database. The Dataguard documentation states the following: 1. Start and mount the database: SQL> STARTUP MOUNT; 2. Start log apply services: To s

  • Gmail outlook not working behind ASA5520

    internet is working with the client except for gmail account using outlook 2010...

  • Unable to load report.---- Error code:-2147483123

    We are facing an issue while running reports. We use the RAS SDK to generate the reports. The datasource is POJO. The datasource (POJO) are generated using EJB and passed as a collection to the Report Server to generate the reports. The following exc