Jdev 11.1.1.0.1 local weblogic server error.

After migrating Jdev 11.1.1.0.1 following error occurs unexpectedly sometime in local web logic server.
How can we solve this problem.
Thanks.
Root cause of ServletException.
javax.faces.el.EvaluationException: java.lang.OutOfMemoryError: PermGen space
     at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
     at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:274)
     Truncated. see log file for complete stacktrace
java.lang.OutOfMemoryError: PermGen space
     at com.documentum.fc.client.impl.session.SessionConfig.<clinit>(SessionConfig.java)
     at com.documentum.fc.client.impl.session.Session.getSessionConfig(Session.java:587)
     at com.documentum.fc.client.impl.session.Session.getTypeDescription(Session.java:1219)
     at com.documentum.fc.client.impl.session.SessionHandle.getTypeDescription(SessionHandle.java:919)
     at com.documentum.fc.client.DfPersistentObject.setDefaultValues(DfPersistentObject.java:182)
     Truncated. see log file for complete stacktrace

Hi,
I was getting the same exceptions until I changed these two lines in
c:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\bin\setDomainEnv.cmd
set MEM_PERM_SIZE=-XX:PermSize=128m
set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=256m
Pedja

Similar Messages

  • Can't Start a Local Weblogic server.

    I have been trying for over a week now to figure this out. I have found no information on this issue and I don't know enough about WebLogic to find out what is going on.
    I have a local weblogic 10.3.5 server on my work laptop that I need to use to be able to debug in eclipse. The problem is when I try to start the server I get these odd errors, pasted below. I have no idea what the server is attempting to do when it gets this error. How I've gotten along so far, is I found a way to get around this, but only from the command line, which won't work in eclipse. If I open up oracle quickstart, create a new domain, have quickstart start the admin server on the new domain, the server starts up, then I kill the server in the same command prompt, and go to the first domain and start it, it starts. But if I just go straight to the main domain and try to start it I get the below errors. Does anyone know, or could point me in the right direction, on what could be causing this or what I need to do to fix it? Thanks.
    <Aug 7, 2013 6:54:20 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 7, 2013 6:54:20 AM EDT> <Error> <JNDI> <BEA-050003> <Cannot create Initial Context. Reason: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at weblogic.jndi.internal.ForeignJNDIManager.<init>(ForeignJNDIManager.java:45)
      at weblogic.jndi.internal.ForeignJNDIManager.initialize(ForeignJNDIManager.java:53)
      at weblogic.jndi.internal.ForeignJNDIManagerService.start(ForeignJNDIManagerService.java:36)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.net.UnknownHostException: Unknown protocol: 'TCP'
      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:216)
      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
      at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
      ... 13 more
    >
    <Aug 7, 2013 6:54:22 AM EDT> <Error> <HTTP> <BEA-101066> <[HttpServer (defaultWebserver) name: AdminServer] Cannot initialize http URL resources. Could not get JNDI context: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP'].>
    <Aug 7, 2013 6:54:22 AM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.io.IOException: Cannot bind to URL [weblogic.management.mbeanservers.runtime]: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
      at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:804)
      at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:417)
      at weblogic.management.mbeanservers.internal.MBeanServerServiceBase.start(MBeanServerServiceBase.java:208)
      at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService.start(RuntimeServerService.java:172)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:619)
      at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412)
      ... 5 more
    Caused by: java.net.UnknownHostException: Unknown protocol: 'TCP'
      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:216)
      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
      at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
      ... 14 more
    >
    <Aug 7, 2013 6:54:22 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Aug 7, 2013 6:54:22 AM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Aug 7, 2013 6:54:22 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Problem solved.
              All WL servers involved in a cluster must have different names, even if they are in different domains.
              regards,
              przemek
              

  • Unable to deploy web app on local weblogic server

    I'm using 11g JDeveloper 11.1.1.1.0 and I got the below errors when I tried to deploy a web app to the default weblogic server. Do you have any idea?
    [03:19:04 PM] ---- Deployment started. ----
    [03:19:04 PM] Target platform is (Weblogic 10.3).
    [03:19:05 PM] Retrieving existing application information
    [03:19:05 PM] Running dependency analysis...
    [03:19:05 PM] Building...
    [03:19:05 PM] Deploying profile...
    [03:19:09 PM] Wrote Web Application Module to C:\11gJDev_Workspace\Scheduler\BPELScheduler\deploy\webapp.war
    [03:19:10 PM] Deploying Application...
    [03:19:33 PM] [Deployer:149193]Operation 'deploy' on application 'webapp' has failed on 'DefaultServer'
    [03:19:33 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application webapp on DefaultServer.: .
    [03:19:33 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [03:19:33 PM] Caused by: weblogic.wsee.ws.WsException: When processing WebService module 'webapp.war'. Can't find wsdl /wsdls/wsat.wsdl
    [03:19:33 PM] See server logs or server console for more details.
    [03:19:33 PM] weblogic.application.ModuleException:
    [03:19:33 PM] #### Deployment incomplete. ####
    [03:19:33 PM] Deployment Failed

    Thanks. I find the issue. Should only deploy ViewController project to war and don't deploy Model project at all. Let Application level deployment take care of it.
    Beside, I have a question, I currently deploy inside JDeveloper. In my standalone WLS, I deploy some of my shared library. Is there any way to specify the shared library name (goes into weblogic-application.xml) when I deploying inside JDeveloper? Or I have to deploy to ear file first, unzip, update weblogic-applciation.xml and zip up the ear file and deploy the ear file to standalone WLS by hand?

  • BI Beans application deploy to Weblogic Server Error

    Who can help me to resolve this error?
    I follow the "Deploying Applications to BEA WebLogic ServerVersion 9.0.3" document from OTN web site, but i use the BEA weblogic server 6.1,not weblogic server 7.0.
    When i deploy the BI Beans application to BEA WLS6.1, then happen the follow error message, every consultants can help me,please.
    **************Error Message************
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-Server: is going to connect - (DriverType=MDM)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-MDMDriver: Connected Successfully: Time=200ms
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTENCE)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDriver is going to connect
    Fri Mar 07 10:23:30 CST 2003 TRACE: In
    oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal=Local User; Username=null)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.dss.persistence.LocaleHelper@22e15b, persistence_errorhandler=oracle.dss.util.DefaultErrorHandler@792a41}, Connection Status=2, java.naming.security.principal=Local User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverManager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@4532ba, path=bidefs/BIBeanPrjBIDesigner2/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@4532ba, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Connection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl}
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::disconnect: -ConnectionBean-Server: is going to disconnect
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.drivers.mdm._92.MDMConnectionDriverImpl_92::connect: -ConnectionBean-MDMDriver is disconnected from OLAPI
    <2003/3/7 上午10時23分30秒> <Error> <HTTP> <[WebAppServletContext(8339407,Defaul
    tWebApp,/DefaultWebApp)] null
    oracle.dss.persistence.persistencemanager.common.PersistenceManagerRuntimeException: BIB-14122: The specified StorageManager could not be created.
    oracle.dss.bicontext.BICannotProceedException: BIB-14820 根路徑不存在。
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.loadStorageAdapterFromXML(PersistenceManagerSupport.java:442)
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.<init>(PersistenceManagerSupport.java:145)
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerImpl.<init>(PersistenceManagerImpl.java:99)
    at oracle.dss.persistence.persistencemanager.server.InitPersistenceManagerFactory.getInitialContext(InitPersistenceManagerFactory.java:29)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:83)
    at oracle.dss.persistence.persistencemanager.server.InitialPersistenceManager.<init>(InitialPersistenceManager.java:103)
    at oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl.connect(PersistenceConnectionDriverImpl.java:147)
    at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:279)
    at oracle.dss.connection.client.Connection.connect(Connection.java:401)
    at oracle.dss.connection.client.Connection.connect(Connection.java:320)
    at oracle.dss.metadataManager.client.MetadataManager.setConnectionObjects(MetadataManager.java:3985)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:852)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:792)
    at oracle.dss.datautil.client.XMLManagerFactory.createQueryManager(XMLManagerFactory.java:187)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupQueryManager(ManagerFactoryImpl.java:176)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupMetadataManager(ManagerFactoryImpl.java:219)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupManager(ManagerFactoryImpl.java:128)
    at biServlet.LoginOperation.initializeMetadataManager(LoginOperation.java:425)
    at biServlet.LoginOperation.run(LoginOperation.java:166)
    at biServlet.DefaultApplicationImpl.login(DefaultApplicationImpl.java:473)
    at biServlet.AbstractControllerImpl.preRequestProcess(AbstractControllerImpl.java:1396)
    at my.BIController1.preRequestProcess(BIController1.java:358)
    at biServlet.AbstractControllerImpl.processRequest(AbstractControllerImpl.java:1498)
    at biServlet.AbstractControllerImpl.doGet(AbstractControllerImpl.java:262)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    What can I do with the following exception?
    D:\bea_home\user_projects\mydomain>echo off
    CLASSPATH=D:\bea_home\jdk131_03\lib\tools.jar;D:\bea_home\weblogic700\server\lib
    \weblogic_sp.jar;D:\bea_home\weblogic700\server\lib\weblogic.jar;d:\oraids\jlib\
    bigraphbean.jar;d:\oraids\jlib\LW_PfjBean.jar;d:\oraids\jlib\bigraphbean-nls.zip
    ;D:\jdev\jlib\bigraphbean.jar;D:\jdev\jlib\LW_PfjBean.jar;D:\jdev\jlib\bigraphbe
    an-nls.zip;D:\jdev\jdev\lib\ext\weblogic.jar
    PATH=.;D:\bea_home\weblogic700\server\bin;D:\bea_home\jdk131_03\bin;d:\oraids\bi
    n;d:\oraids\jdk\jre\bin;d:\oraids\jdk\jre\bin\classic;d:\oraids\jdk\jre\bin\clas
    sic;d:\oraids\jlib;d:\oraids\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre
    \1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\W
    INNT\System32\Wbem;d:\notes\;D:\ULTRAE~1
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://[hostname]:[port]/console *
    D:\bea_home\user_projects\mydomain>"D:\bea_home\jdk131_03\bin\java" -server -Xms
    32m -Xmx200m -Dweblogic.security.SSL.trustedCAKeyStore=D:\bea_home\weblogic700\s
    erver\lib\cacerts -Djava.ext.dirs=D:\bea_home\jdk131_03\jre\lib\ext;D:\bea_home\
    weblogic700\samples\server\jdbc -Dweblogic.Name=myserver -Dbea.home="D:\bea_home
    " -Dweblogic.management.username= -Dweblogic.management.password= -Dweblogic.Pro
    ductionModeEnabled= -Djava.security.policy="D:\bea_home\weblogic700\server\lib\w
    eblogic.policy" weblogic.Server
    <2003-9-11 下午06时34分46秒> <Info> <Security> <090065> <Getting boot identity f
    rom user.>
    Enter username to boot WebLogic server:admin
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <2003-9-11 下午06时34分58秒> <Notice> <Management> <140005> <Loading configurati
    on D:\bea_home\user_projects\mydomain\.\config.xml>
    <2003-9-11 下午06时35分06秒> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <2003-9-11 下午06时35分06秒> <Notice> <WebLogicServer> <000327> <Starting WebLog
    ic Admin Server "myserver" for domain "mydomain">
    <2003-9-11 下午06时35分25秒> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <2003-9-11 下午06时35分28秒> <Notice> <WebLogicServer> <000354> <Thread "SSLList
    enThread.Default" listening on port 7002>
    <2003-9-11 下午06时35分29秒> <Notice> <WebLogicServer> <000354> <Thread "ListenT
    hread.Default" listening on port 7001>
    <2003-9-11 下午06时35分29秒> <Notice> <Management> <141030> <Starting discovery
    of Managed Server... This feature is on by default, you may turn this off by pas
    sing -Dweblogic.management.discover=false>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000331> <Started WebLogi
    c Admin Server "myserver" for domain "mydomain" running in Development Mode>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000365> <Server state ch
    anged to RUNNING>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    Thu Sep 11 18:38:03 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=MDM)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-MDMDriver: Connected Successfully: Time=1342ms
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTEN
    CE)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDri
    ver is going to connect
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal
    =Local User; Username=null)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.
    BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemana
    ger.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.d
    ss.persistence.LocaleHelper@6351a2, persistence_errorhandler=oracle.dss.util.Def
    aultErrorHandler@496f0}, Connection Status=2, java.naming.security.principal=Loc
    al User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverMan
    ager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517ead, path=bidefs/we
    blogicBIDesigner1/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517e
    ad, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.
    persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Co
    nnection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.
    bi.BIFileStorageManagerImpl}
    <2003-9-11 下午06时38分04秒> <Error> <HTTP> <101017> <[ServletContext(id=4561108
    ,name=webapp.war,context-path=/weblogic_app)] Root cause of ServletException
    java.lang.NoSuchMethodError
    at oracle.dss.thin.beans.CaboErrorHandler.error(CaboErrorHandler.java:10
    2)
    at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.
    java:191)
    at jsp_servlet.__untitled1._jspService(__untitled1.java:140)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTEN
    CE)
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDri
    ver is going to connect
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal
    =Local User; Username=null)
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.
    BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemana
    ger.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.d
    ss.persistence.LocaleHelper@72d194, persistence_errorhandler=oracle.dss.util.Def
    aultErrorHandler@496f0}, Connection Status=2, java.naming.security.principal=Loc
    al User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverMan
    ager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517ead, path=bidefs/we
    blogicBIDesigner1/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517e
    ad, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.
    persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Co
    nnection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.
    bi.BIFileStorageManagerImpl}
    <2003-9-11 下午07时08分26秒> <Error> <HTTP Session> <100025> <Unexpected error i
    n HTTP session timeout callback
    java.lang.NoSuchMethodError
    at oracle.dss.thin.beans.CaboErrorHandler.error(CaboErrorHandler.java:10
    2)
    at oracle.dss.addins.thin.common.BaseThinSession.cleanup(BaseThinSession
    .java:307)
    at oracle.dss.addins.thin.common.BaseThinSession.valueUnbound(BaseThinSe
    ssion.java:159)
    at weblogic.servlet.internal.session.SessionData.removeAttribute(Session
    Data.java:588)
    at weblogic.servlet.internal.session.SessionData.removeAttribute(Session
    Data.java:552)
    at weblogic.servlet.internal.session.SessionData.remove(SessionData.java
    :747)
    at weblogic.servlet.internal.session.MemorySessionContext.invalidateSess
    ion(MemorySessionContext.java:51)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator$I
    nvalidationAction.run(SessionContext.java:523)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.c
    leanupExpiredSessions(SessionContext.java:444)
    at weblogic.servlet.internal.session.SessionContext.deleteInvalidSession
    s(SessionContext.java:81)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.t
    rigger(SessionContext.java:392)
    at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.j
    ava:181)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Schedul
    edTrigger.java:167)
    at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigg
    er.java:161)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:3
    8)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

  • Weblogic Server error: "The system cannot find the path specified."

    Hi. I'm trying to run a Java EE web application, but as soon as I launch the Weblogic I get the next message several times on the DefaultServer Log: "The system cannot find the path specified"
    Here's the complete log:
    *** Using port 7101 ***
    C:\Users\Nicolás\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
    [ waiting for the server to complete its initialization... ]
    The system cannot find the path specified.
    JAVA Memory arguments:
    WLS Start Mode=Development
    CLASSPATH=
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\TortoiseSVN\bin;/3E
    The system cannot find the path specified.
    The system cannot find the path specified.
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    \bin\java -Dweblogic.Name= -Djava.security.policy=\server\lib\weblogic.policy
    Process exited.
    I can run my programs perfectly on another machine with Windows XP. I've got a new machine with Vista Home Premium 64, but I have been never able to launch the server. I don't know if this has something to do with the system environment variables.
    I'm using JDeveloper Studio Edition Version 11.1.1.1.0, and Weblogic Server 10.3.
    Thanks in advance! :)

    Hi,
    Try this.
    Edit your registry and go to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    Change the value for NtfsDisable8dot3NameCreation to 1 (if the key does not exist, create a DWORD key with that name and set the value to 1).
    Delete your DefaultDomain folder from the system folder.
    Restart the machine, start the jdev and run the page.
    Reference : http://support.microsoft.com/kb/121007
    -Arun

  • Unable to run the local bussiness server - Error during startup of BPA

    When i installed the BPA tool and started the 'LOCAL' server in oracle BPA Network. I am getting an error saying 'Unable to run the local bussiness server'. Then i checked the log and found the foolowing errors. Please suggest !
    LoG File 1:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    2009-03-10 22:18:53,199     [ ARIS Server Site Startup process ]
    2009-03-10 22:18:53,199     
    2009-03-10 22:18:53,324     Started profile Private@17057
    2009-03-10 22:18:53,324     Started profile Public@17055
    2009-03-10 22:18:53,324     Started profile Agent@17058
    2009-03-10 22:18:53,339     
    2009-03-10 22:18:53,339     Starting ARIS Nameservice 10.1.3.4.271679(Public)
    2009-03-10 22:18:53,339     
    2009-03-10 22:18:53,339     Starting ARIS Eventservice 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,355     
    2009-03-10 22:18:53,355     Starting ARIS Nameservice 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,355     
    2009-03-10 22:18:53,355     Starting DB event initialisation 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,417     - event channel is created
    2009-03-10 22:18:53,433     
    2009-03-10 22:18:53,433     Starting Aris LockService 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,433     - using mapping 'com.idsscheer.aris.server.dl.mapimpl.ora.AMapping'
    2009-03-10 22:18:53,448     - using url 'jdbc:oracle:thin:@LOCALHOST:1521:orcl'
    2009-03-10 22:21:53,459     Launch of Aris LockService failed!
    2009-03-10 22:21:53,459     
    2009-03-10 22:21:53,459     [ There have been ERRORS, ARIS Server Site is going down ... ]
    2009-03-10 22:21:53,459     Terminating ARIS Server Site ...
    2009-03-10 22:21:53,459     Shutting down DB event initialisation ...
    2009-03-10 22:21:53,475     Shutting down ARIS Nameservice ...
    2009-03-10 22:21:53,475     Shutting down ARIS Eventservice ...
    2009-03-10 22:21:53,475     Shutting down ARIS Nameservice ...
    2009-03-10 22:21:55,487     ARIS Server Site terminated!
    2009-03-10 22:21:55,487     
    2009-03-10 22:21:55,487     [ ARIS Server Site is down ]
    2009-03-10 22:21:55,487     
    2009-03-10 22:21:58,498     Terminating ARIS Server Site ...
    2009-03-10 22:21:58,498     ARIS Server Site terminated!
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     ARIS Server Site
    2009-03-10 22:59:48,606     (c) 2005 IDS Scheer
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     [ ARIS Server Site Startup process ]
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,762     Started profile Private@17057
    2009-03-10 22:59:48,762     Started profile Public@17055
    2009-03-10 22:59:48,762     Started profile Agent@17058
    2009-03-10 22:59:48,762     
    2009-03-10 22:59:48,762     Starting ARIS Nameservice 10.1.3.4.271679(Public)
    2009-03-10 22:59:48,777     
    2009-03-10 22:59:48,777     Starting ARIS Eventservice 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,793     
    2009-03-10 22:59:48,793     Starting ARIS Nameservice 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,793     
    2009-03-10 22:59:48,793     Starting DB event initialisation 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,855     - event channel is created
    2009-03-10 22:59:48,855     
    2009-03-10 22:59:48,871     Starting Aris LockService 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,871     - using mapping 'com.idsscheer.aris.server.dl.mapimpl.ora.AMapping'
    2009-03-10 22:59:48,887     - using url 'jdbc:oracle:thin:@LOCALHOST:1521:orcl'
    2009-03-10 23:02:49,309     Launch of Aris LockService failed!
    2009-03-10 23:02:49,309     
    2009-03-10 23:02:49,309     [ There have been ERRORS, ARIS Server Site is going down ... ]
    2009-03-10 23:02:49,309     Terminating ARIS Server Site ...
    2009-03-10 23:02:49,309     Shutting down DB event initialisation ...
    2009-03-10 23:02:49,309     Shutting down ARIS Nameservice ...
    2009-03-10 23:02:49,309     Shutting down ARIS Eventservice ...
    2009-03-10 23:02:49,309     Shutting down ARIS Nameservice ...
    2009-03-10 23:02:51,321     ARIS Server Site terminated!
    2009-03-10 23:02:51,321     
    2009-03-10 23:02:51,321     [ ARIS Server Site is down ]
    2009-03-10 23:02:51,321     
    2009-03-10 23:02:54,332     Terminating ARIS Server Site ...
    2009-03-10 23:02:54,332     ARIS Server Site terminated!
    Error Log 2:Exception
    2009-03-10 18:19:39,019     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 18:28:52,307     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 22:21:53,459     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 23:02:49,309     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    ----------------------------------------------------------------------------------------------------------------------------------------------

    S1:I uninstalled BPA.
    S2: I installed BPA again using the default options by selecting all the default options that the BPA showed during installation. EG. I selected 'Oracle Lite' which was by default an option.
    S3: After BPA installation, I also installed BPA Publisher which i had not done last time.
    S4: Restated my system and it all works gr8 now.
    Actually, the BPA Publisher creats a Repository area so it should have been installed along with the BPA installation. And Since a Repository area was not found it was giving this error message again and again.
    Now its all fine . Hopefully, some one else will learn from my mistakes.

  • Weblogic server error

    Hi
    i'm getting this error while starting the weblogic server
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0
    4637:e6ff:fe44:6118 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address fe80:0:0:0
    0:ffff:ffff:fffd might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[3]". The address fe80
    0:0:0:4637:e6ff:fe44:6118 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[1]". The address fe80
    0:0:0:0:5efe:ac15:f16 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[4]". The address fe80
    0:0:0:0:0:0:1 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[5]". The address 0:0:0:0:0:
    :0:1 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address fe80:0:0:0
    0:0:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    <Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[1]". The address fe80:0:0:0
    0:5efe:ac15:f16 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    Thanks in advance

    0:0:0:0:5efe:ac15:f16 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>There another process that is using same port *7002* So you are getting error java.net.BindException or JVM_Bind .
    either you can change port of one process or if you can kill that process and check it. First one is good solution.
    -RMishra

  • Weblogic Server error - OutOfMemoryError: PermGen space

    Dear All,
    For Oracle BPM 11g (Implement the Process Model) implementation on windows
    I am using windows 7 64 Bit OS. I have 
    Installed 10g DB
    Run the RCU Utility for SOAINFRA, ORABAM, SSPDM and MDS schemas successfully.
    Installed Weblogic Server 11gr1(10.3.5)
    Installed Oracle Jdeveloper 11g - 11.1.1.6.0
    Installed SOA 11g  using \Java\jdk1.6.0_24
    From Jdeveloper I installed the extensions for SOA Composite Editor and BPM studio.
    Created Domain for SOA server
    All installations, utitlities and configurations completed successfully.
    After starting the Weblogic Admin. server (server is up and OK)
    The Problem starts here
    When I login to weblogic Admin console I get the following error
    javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space on
    the command prompt window and even on the browser window.
    I am able to trace the problem.  To get the Idea following are some details of
    $MW_HOME/user_projects/domains/soa_domain/bin/setDomainEnv.cmd
    call "%WL_HOME%\common\bin\commEnv.cmd"
    call "%DOMAIN_HOME%\bin\setSOADomainEnv.cmd"
    call "%DOMAIN_HOME%\bin\setSOADomainEnv.cmd"
    set WLS_HOME=%WL_HOME%\server
    set XMS_SUN_64BIT=256
    set XMS_SUN_32BIT=256
    set XMX_SUN_64BIT=512
    set XMX_SUN_32BIT=512
    set XMS_JROCKIT_64BIT=256
    set XMS_JROCKIT_32BIT=256
    set XMX_JROCKIT_64BIT=512
    set XMX_JROCKIT_32BIT=512
    if "%JAVA_VENDOR%"=="Sun" (
        set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
        set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
        set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
        set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    if "%JAVA_VENDOR%"=="Oracle" (
        set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_JROCKIT_64BIT%m -Xmx%XMX_JROCKIT_64BIT%m
        set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_JROCKIT_32BIT%m -Xmx%XMX_JROCKIT_32BIT%m
    ) else (
        set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_SUN_64BIT%m -Xmx%XMX_SUN_64BIT%m
        set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_SUN_32BIT%m -Xmx%XMX_SUN_32BIT%m
    set MEM_ARGS_64BIT=%CUSTOM_MEM_ARGS_64BIT%
    set MEM_ARGS_32BIT=%CUSTOM_MEM_ARGS_32BIT%
    if "%JAVA_USE_64BIT%"=="true" (
        set MEM_ARGS=%MEM_ARGS_64BIT%
    ) else (
        set MEM_ARGS=%MEM_ARGS_32BIT%
    set MEM_PERM_SIZE_64BIT=-XX:PermSize=128m
    set MEM_PERM_SIZE_32BIT=-XX:PermSize=128m
    After taking the backup
    I tried  changing the Permsize to 256, 512 and even 1024.
    started the Weblogic Admin server and tried to login, but the same error.
    Details of setSOADomainEnv.cmd
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m
    set PORT_MEM_ARGS=-Xms768m -Xmx1536m
    if "%JAVA_VENDOR%" == "Oracle" goto OracleJVM
    set DEFAULT_MEM_ARGS=%DEFAULT_MEM_ARGS% -XX:PermSize=128m -XX:MaxPermSize=512m
    set PORT_MEM_ARGS=%PORT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m
    what are the recommended values I need to put for Permsize in setDomainEnv.cmd?
    Do I also need to change the values in setSOADomainEnv.cmd ?
    Please correct me where I am wrong. How can the OutOfMemoryError: PermGen space
    issue be resolved ?
    Thanks
    Ajaz Ahmed

    Hi Lakshman,
    Thanks for the prompt resonse.
    1. How many managed servers do you have in your domain ?
    I have only one managed server (soa_server1)
    2. If yes, How you are starting the Managed server ? Is that by Nodemanager or Startscript ?
    Yes. I start the managed server by startscript (using startmanagedweblogic)
    3. Can you check the <managed_server1>.out log file what java heap size is mentioned ?
    I have not reached the managed server startup (though it starts and gives
    the last line as SOA platform is accepting and running the requiests.
    My problem is with weblogic server, which after login I get the Permgen out of memory error.
    4. Can you show us the start up arguements of your each managed server ?
       AdminConsole-->Environments---.Servers--->YourManagedServer--->Configuration (TAB)--->ServerStart (SubTab)---> Arguments:(TextArea)
    I am not able to get the console. Because when I login the weblogic console,
    Immediately I get the  error as
    javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space
    Please clear my doubt as which of the files
    setDomainEnv.cmd or setSOADomainEnv.cmd, I should change the values and
    into which file and which step.
    My priority is weblogic console to be working without any errors. So Far Managed server is OK.
    Thanks
    Ajaz Ahmed

  • Deploy the JSF app to integrated Weblogic Server Error

    Hi, All,
    I just created a new ADF app and have only one single JSF page in which have one Calender component. After right click the ViewController project and select deploy to Integrated Weblogic server and i got the below error:
    [01:05:25 AM] ---- Deployment started. ----
    [01:05:25 AM] Target platform is (Weblogic 10.3).
    [01:05:26 AM] #### Deployment incomplete. ####
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] t3://127.0.0.1:7101: Destination unreachable; nested exception is:
         java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destination
    [01:05:26 AM] Destination unreachable; nested exception is:
         java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destination
    If right click the simple JSF page and run directly will start the wl server and seems not to deploy the demo app. the log as below:
    Starting WLS with line:
    C:\PROGRA~1\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy "-Djavax.net.ssl.trustStore=C:\Program Files\Oracle\Middle Ware\wlserver_10.3\server\lib\DemoTrust.jks" -Dhttp.proxyHost=www-proxy.cn.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts= -Dhttps.proxyHost=www-proxy.cn.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts= -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\PROGRA~1\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\PROGRA~1\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <2010-10-15 上午01时13分40秒 VET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <2010-10-15 上午01时13分41秒 VET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <2010-10-15 上午01时13分42秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2010-10-15 上午01时13分42秒 VET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00020. Log messages will continue to be logged in C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <2010-10-15 上午01时13分44秒 VET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <2010-10-15 上午01时13分48秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <2010-10-15 上午01时13分48秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00020. Log messages will continue to be logged in C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <2010-10-15 上午01时13分52秒 VET> <Warning> <Server> <BEA-002611> <Hostname "gerry-cn.peoplesoft.com", maps to multiple IP addresses: 10.182.105.125, 192.168.149.1, 192.168.126.1>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.126.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 10.182.105.125:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.149.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <2010-10-15 上午01时13分52秒 VET> <Warning> <Server> <BEA-002611> <Hostname "GERRY-CN", maps to multiple IP addresses: 10.182.105.125, 192.168.149.1, 192.168.126.1>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    as normal there would have a URL link displayed in the weblogic log, is that right? any one can give tips?

    Looks like you have a proxy configured, and that proxy (of course) doesn't support routing to 127.0.0.1
    [01:05:26 AM] t3://127.0.0.1:7101: Destination unreachable; nested exception is:
    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destinationUnset your proxy (Tools->Preferences->Web Browser & Proxy)
    John

  • OBIEE11.1.1.6 Weblogic server error.

    Hi All,
    I have installed OBIEE11G in Linux box.First 1 days it working fine without any issues,After my weblogic server was down.I cant able to start.
    I tryed below steps.
    - <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/data/ldap/ldapfiles
    - Remove the EmbeddedLDAP.lok lock file
    - Clear(use rm -rf) tmp and cache folder at <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/tmp and <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/cache
    - Removed server/temp/adminserver.lok also
    After i started my weblogic server it through below error.
    "Caused By: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11"
    Could you please let me know whats the solution for that.
    Thanks

    Hi All,
    I have installed OBIEE11G in Linux box.First 1 days it working fine without any issues,After my weblogic server was down.I cant able to start.
    I tryed below steps.
    - <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/data/ldap/ldapfiles
    - Remove the EmbeddedLDAP.lok lock file
    - Clear(use rm -rf) tmp and cache folder at <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/tmp and <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/cache
    - Removed server/temp/adminserver.lok also
    After i started my weblogic server it through below error.
    "Caused By: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11"
    Could you please let me know whats the solution for that.
    Thanks

  • ADF BC - Integrated Weblogic Server Error

    I have developed an ADF BC project where I am exposing a custom method on my application module. I would like to debug the project using the Integrated Weblogic Server installed with J Developer (version 11.1.1.6) . When I try debugging, I get the following error when the app being deployed to the Integrated WLS :
    <May 11, 2012 12:24:17 PM CDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1336757056894' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(InventoryWSEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .'
    weblogic.application.ModuleException: Exception preparing module: EJBModule(InventoryWSEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class krc.integrations.inventory.server.serviceinterface.ValidationSrvImpl in Jar /home/oracle/.jdeveloper/system11.1.1.6.38.61.92/o.j2ee/drs/InventoryWS_EAR/InventoryWSEJB.jar : java.lang.NoClassDefFoundError: oracle/jbo/server/svc/ServiceImpl
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
         at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at we
    What can I do to resolve this problem?
    Thanks

    Thanks for your reply.
    To answer your question, I am using ADF BC to create a webservice which queries a DB2 database and returns the results. The webservice is a custom method from an application module. I did not create EJB's.
    Does that answer your question?

  • Customizing weblogic server error messages

    Hi all
    I have an ADF app deployed in the weblogic server. I want to customize the error messages displayed by the server (e.g page not found error)

    Use the normal method of specifying error pages in web.xml
    http://www.java2s.com/Tutorial/Java/0400__Servlet/Seterrorpageinwebxml.htm is one example
    John

  • Critical Weblogic server error

    Hello,
    I use Weblogic server to run my application. I get the below error very rarely. After restarting the server, the application works fine, but I would like to find the reason. I have pasted the errors displayed in browser and log files. Can any one help me?
    Error at log file :
    <Oct 2, 2009 7:00:20 AM EDT> <Error> <Security> <BEA-090060> <The AccessDecision class "weblogic.security.providers.realmadapter.AuthorizationProviderImpl" returned an error: java.lang.SecurityException: Realm Adapter ACL Mapping Failed.>
    <Oct 2, 2009 7:00:20 AM EDT> <Warning> <RMI> <BEA-080005> <Exception thrown by rmi server: weblogic.jndi.internal.RootNamingNode.lookup(Ljava.lang.String;Ljava.util.Hashtable;)
    weblogic.jndi.internal.AdminModeAccessException: Unable to resolve 'ReportEJBHome'. Resolved ''; remaining name ''.
    weblogic.jndi.internal.AdminModeAccessException: Unable to resolve 'ReportEJBHome'. Resolved ''; remaining name ''
         at weblogic.jndi.internal.AdminModeHandler.checkLookup(AdminModeHandler.java:108)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:170)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:553)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:443)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:439)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:61)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:983)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Error message at browser :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    When I receive the above error, I could find the below messages missing in log file but I am not able to sort it out.
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149059> <Module Mailer.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MailerBeanHome.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149060> <Module Mailer.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149059> <Module Report.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportEJBHome.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module Report.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportRequestCriteria.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReportRequestDirectory.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportRequestDirectoryJNDIName.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReportRequestDirectory.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReferenceData.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReferenceDataJNDIName.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReferenceData.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module User.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name User.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module User.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module UserInfo.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name UserInfo.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module UserInfo.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module Utility.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name Utility.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module Utility.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module ApplicationStatus.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ApplicationStatus.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module ApplicationStatus.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module JMSReportSubmit.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010223> <EJB Deployed Message Driven Bean: LRSeSpecialsReportSubmitErrorEJB>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010223> <EJB Deployed Message Driven Bean: LRSeSpecialsReportSubmitMessageDrivenEJB>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module JMSReportSubmit.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMRateCard.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReport.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReportRequestCriteria.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReportSpecificationJNDIName.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRRateCard.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportEJBHome.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportSpecificationJNDIName.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportRequestCriteria.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRRateCard.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportEJBHome.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportCriteria.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportSpecification.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149059> <Module especials of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149060> <Module especials of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    Regards,
    Deepak
    Edited by: user10340833 on Nov 5, 2009 10:29 AM

    Hi,
    a quick search on Google produced this VM tuning document:
    http://javaeesupportpatterns.blogspot.pt/2011/07/weblogic-permgen-space.html
    Frank

  • Oracle weblogic server error

    Hi every one
    i have installed oracle weblogic sever 11g(10.3.4) and oracle service bus in my ubuntu 64 bit system. When i start weblogic server i  am getting the following error
    <13 Mar, 2014 1:01:42 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "wlsbjmsrpDataSource": java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused.>
    <13 Mar, 2014 1:01:47 PM IST> <Critical> <JTA> <BEA-110482> <A logging last resource failed during initialization. The server cannot boot unless all configured logging last resources (LLRs) initialize. Failing reason:
    weblogic.common.ResourceException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused.
    can you please anyone give the solutions for this porblem.

    It seems like the database is down... You need to start Derby Server on port 1527...
    http://docs.oracle.com/cd/E19830-01/819-4707/gbwzl/
    Cheers,
    Vlad

  • Standlone weblogic server error

    Use jdev 11.1.1.3
    My application runs well in embedded server. But when deployed in a standalone server, I get this error.
    This happens after I click a checkbox / save and then scroll through the rest of the rows.
    This does not happen in the embedded server though.
    Any clue is welcome.
    Thanks
    Server Exception during PPR, #2[[
    oracle.jbo.AttributeLoadException: JBO-27021: Failed to load custom data type value at index 1 with java object of type oracle.jbo.domain.Numb
    er due to java.sql.SQLException.
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: Result set already closed
    at weblogic.jdbc.wrapper.ResultSet.checkResultSet(ResultSet.java:110)
    at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:65)
    at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.getBytes(Unknown Source)
    at oracle.jbo.domain.Number$1facClass.createDatum(Number.java:107)

    Which version of WLS you deployed your app to?
    Do you have the right adf runtime installed of the stand alone server?
    Timo

Maybe you are looking for

  • Languages not getting displayed in MSS and ESS portal

    Hi, When we are changing the default language from english to some other language, for few languages it is not coming properly. For ex, if we select Turkish, portal is displaying english+turkish combination. Do we need to do some settings in SAP back

  • Issue with Saved File Icons

    Hi, I'm having a bit of trouble with the icons for saved files in Premiere CS6 and After Effects CS6. I've just recently made the transition from 5.5 to 6 and so far everything has been hunky dory. However, today I found that my system wouldn't recog

  • Pagination in CS3

    I've encountered a problem that I just have to believe there's a solution to, but can't seem to find it. I've built a 20-page tabloid-style publication.  I have the document setup in 20 individual facing pages, so it reads in the proper order for bui

  • Printer v HH3

    My wireless printer had been working like a dream for months and months then suddenly back in Januray is required that I restarted the router/hub every day to get the printer to work. Some say I should assign a static address; I have spoken to Epson

  • IPhoto crashes when it starts

    I've been using iLife11 (iPhoto 9.2.3) and OSX Lion in combination for quite a few months successfully, then yesterday I could no longer open iPhoto.  I get the error message: iPhoto cannot be opened because of a problem. Check with the developer to