Deploy app in glassfish

Hope I'm in the right place... forum for people new to java(???).
I'm working with netbeans 7.0.1, trying to deploy an app in glassfish 3.1.1.
The app is built using maven.
Java platform used is 1.7
OS is windows 7, and of course, database engine is oracle :)
I can build every component of the project successfully.
But when I try to deploy the app, I get an error:
********************** ear ***************************
Starting GlassFish Server 3.1.1
GlassFish Server 3.1.1 is running.
Initial deploying PROJECT-ear to D:\NetBeansDev\PROJECT\PROJECT-ear\target\gfdeploy\pt.neosit_PROJECT-ear_ear_1.0-SNAPSHOT
Completed initial distribution of PROJECT-ear
Initializing...
deploy?DEFAULT=D:\NetBeansDev\PROJECT\PROJECT-ear\target\gfdeploy\pt.neosit_PROJECT-ear_ear_1.0-SNAPSHOT&name=pt.neosit_SiFiCAP-ear_ear_1.0-SNAPSHOT&force=true failed on GlassFish Server 3.1.1
Error occurred during deployment: Exception while preparing the app : org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;. Please see server.log for more details.
The module has not been deployed.
     at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:210)
     at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:173)
     at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:125)
     at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:203)
     at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
******************************* @GLASSFISH ****************************************
SEVERE: SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8]
SEVERE: SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
SEVERE: Exception while preparing the app
SEVERE: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;
java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;
     at org.slf4j.impl.SimpleLogger.formatAndLog(SimpleLogger.java:222)
     at org.slf4j.impl.SimpleLogger.info(SimpleLogger.java:258)
     at org.hibernate.cfg.annotations.Version.<clinit>(Version.java:43)
     at org.hibernate.cfg.AnnotationConfiguration.<clinit>(AnnotationConfiguration.java:135)
     at org.hibernate.ejb.Ejb3Configuration.<clinit>(Ejb3Configuration.java:127)
     at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:71)
     at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:205)
     at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:119)
     at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:214)
     at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:483)
     at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:221)
     at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:167)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872)
     at org.glassfish.javaee.full.deployment.EarDeployer.prepareBundle(EarDeployer.java:290)
     at org.glassfish.javaee.full.deployment.EarDeployer.access$200(EarDeployer.java:86)
     at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:141)
     at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:138)
     at org.glassfish.javaee.full.deployment.EarDeployer.doOnBundles(EarDeployer.java:215)
     at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllTypedBundles(EarDeployer.java:224)
     at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllBundles(EarDeployer.java:250)
     at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:138)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
     at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
     at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
     at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
     at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
     at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
     at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
     at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
     at com.sun.grizzly.comet.CometEngine.executeServlet(CometEngine.java:444)
     at com.sun.grizzly.comet.CometEngine.handle(CometEngine.java:308)
     at com.sun.grizzly.comet.CometAsyncFilter.doFilter(CometAsyncFilter.java:87)
     at com.sun.grizzly.arp.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:171)
     at com.sun.grizzly.arp.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:143)
     at com.sun.grizzly.arp.AsyncProcessorTask.doTask(AsyncProcessorTask.java:94)
     at com.sun.grizzly.http.TaskBase.run(TaskBase.java:193)
     at com.sun.grizzly.http.TaskBase.execute(TaskBase.java:175)
     at com.sun.grizzly.arp.DefaultAsyncHandler.handle(DefaultAsyncHandler.java:145)
     at com.sun.grizzly.arp.AsyncProtocolFilter.execute(AsyncProtocolFilter.java:204)
     at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
     at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
     at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
     at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
     at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
     at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
     at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
     at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
     at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
PS: slfj files in classpath;:
log4j-1.2.16.jar
slf4j-api-1.6.2.jar
slf4j-simple-1.6.2.jar
Thanks for any help
Nuno

I have no slfj files in the system with a version lower than 1.6. Neither in any file...
The GlassFish log files are:
1009     SEVERE     Exception while preparing the app : org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljav... (details)     javax.enterprise.system.tools.admin.org.glassfish.deployment.admin     Nov 24, 2011 15:07:29.266     ThreadID=36;ThreadName=Thread-2;
Complete Message
Exception while preparing the app : org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;~
1008     SEVERE     org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lor... (details)     javax.enterprise.system.core.com.sun.enterprise.v3.server     Nov 24, 2011 15:07:29.235     ThreadID=36;ThreadName=Thread-2;
Complete Message
org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple; java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple; at org.slf4j.impl.SimpleLogger.formatAndLog(SimpleLogger.java:222) at org.slf4j.impl.SimpleLogger.info(SimpleLogger.java:258) at org.hibernate.cfg.annotations.Version.<clinit>(Version.java:43) at org.hibernate.cfg.AnnotationConfiguration.<clinit>(AnnotationConfiguration.java:135) at org.hibernate.ejb.Ejb3Configuration.<clinit>(Ejb3Configuration.java:127) at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:71) at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:205) at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:119) at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:214) at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:483) at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:221) at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:167) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872) at org.glassfish.javaee.full.deployment.EarDeployer.prepareBundle(EarDeployer.java:290) at org.glassfish.javaee.full.deployment.EarDeployer.access$200(EarDeployer.java:86) at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:141) at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:138) at org.glassfish.javaee.full.deployment.EarDeployer.doOnBundles(EarDeployer.java:215) at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllTypedBundles(EarDeployer.java:224) at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllBundles(EarDeployer.java:250) at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:138) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828) at com.sun.grizzly.comet.CometEngine.executeServlet(CometEngine.java:444) at com.sun.grizzly.comet.CometEngine.handle(CometEngine.java:308) at com.sun.grizzly.comet.CometAsyncFilter.doFilter(CometAsyncFilter.java:87) at com.sun.grizzly.arp.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:171) at com.sun.grizzly.arp.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:143) at com.sun.grizzly.arp.AsyncProcessorTask.doTask(AsyncProcessorTask.java:94) at com.sun.grizzly.http.TaskBase.run(TaskBase.java:193) at com.sun.grizzly.http.TaskBase.execute(TaskBase.java:175) at com.sun.grizzly.arp.DefaultAsyncHandler.handle(DefaultAsyncHandler.java:145) at com.sun.grizzly.arp.AsyncProtocolFilter.execute(AsyncProtocolFilter.java:204) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:722)
1007     SEVERE     Exception while preparing the app(details)     javax.enterprise.system.core.com.sun.enterprise.v3.server     Nov 24, 2011 15:07:29.235     ThreadID=36;ThreadName=Thread-2;
1006     SEVERE     See http://www.slf4j.org/codes.html#version_mismatch for further details.(details)     javax.enterprise.system.std.com.sun.enterprise.server.logging     Nov 24, 2011 15:07:29.228     ThreadID=36;ThreadName=Thread-2;
1005     SEVERE     The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8](details)     javax.enterprise.system.std.com.sun.enterprise.server.logging
I tried to deploy the ear file from glassfish server, and the log files are the following:
1017     WARNING     Response Error during finishResponse java.lang.NullPointerException at com.sun.enterprise.v3.servic... (details)     javax.enterprise.system.container.web.com.sun.enterprise.web     Nov 24, 2011 15:14:09.699     ThreadID=42;ThreadName=Thread-2;
Complete Message
Response Error during finishResponse java.lang.NullPointerException at com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectionKeyHandler$CloseHandler.notifyClosed(MonitorableSelectionKeyHandler.java:94) at com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectionKeyHandler$CloseHandler.remotlyClosed(MonitorableSelectionKeyHandler.java:90) at com.sun.grizzly.BaseSelectionKeyHandler.notifyRemotlyClose(BaseSelectionKeyHandler.java:233) at com.sun.grizzly.util.OutputWriter.notifyRemotelyClosed(OutputWriter.java:353) at com.sun.grizzly.util.OutputWriter.flushChannel(OutputWriter.java:148) at com.sun.grizzly.util.OutputWriter.flushChannel(OutputWriter.java:76) at com.sun.grizzly.http.SocketChannelOutputBuffer.flushChannel(SocketChannelOutputBuffer.java:326) at com.sun.grizzly.http.SocketChannelOutputBuffer.flushBuffer(SocketChannelOutputBuffer.java:398) at com.sun.grizzly.http.SocketChannelOutputBuffer.endRequest(SocketChannelOutputBuffer.java:389) at com.sun.grizzly.http.ProcessorTask.action(ProcessorTask.java:1090) at com.sun.grizzly.tcp.Response.action(Response.java:268) at com.sun.grizzly.tcp.Response.finish(Response.java:412) at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:341) at org.apache.catalina.connector.Response.finishResponse(Response.java:582) at org.apache.catalina.connector.CoyoteAdapter.afterService(CoyoteAdapter.java:370) at com.sun.enterprise.v3.services.impl.ContainerMapper.afterService(ContainerMapper.java:366) at com.sun.grizzly.http.ProcessorTask.finishResponse(ProcessorTask.java:760) at com.sun.grizzly.http.ProcessorTask.postResponse(ProcessorTask.java:750) at com.sun.grizzly.arp.DefaultAsyncExecutor.postExecute(DefaultAsyncExecutor.java:198) at com.sun.grizzly.arp.AsyncProcessorTask.doTask(AsyncProcessorTask.java:101) at com.sun.grizzly.http.TaskBase.run(TaskBase.java:193) at com.sun.grizzly.http.TaskBase.execute(TaskBase.java:175) at com.sun.grizzly.arp.DefaultAsyncHandler.handle(DefaultAsyncHandler.java:145) at com.sun.grizzly.arp.AsyncProtocolFilter.execute(AsyncProtocolFilter.java:204) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:722)
1016     INFO     Exception Occurred :Error occurred during deployment: Exception while preparing the app : Could not ... (details)     org.glassfish.admingui     Nov 24, 2011 15:11:16.391     ThreadID=114;ThreadName=Thread-2;
1015     SEVERE     Exception while preparing the app : Could not initialize class org.hibernate.ejb.Ejb3Configuration(details)     javax.enterprise.system.tools.admin.org.glassfish.deployment.admin     Nov 24, 2011 15:11:13.696     ThreadID=127;ThreadName=Thread-2;
1014     SEVERE     Could not initialize class org.hibernate.ejb.Ejb3Configuration java.lang.NoClassDefFoundError: Could... (details)
     javax.enterprise.system.core.com.sun.enterprise.v3.server     Nov 24, 2011 15:11:13.480     ThreadID=127;ThreadName=Thread-2;
Could not initialize class org.hibernate.ejb.Ejb3Configuration java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.ejb.Ejb3Configuration at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:71) at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:205) at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:119) at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:214) at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:483) at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:221) at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:167) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872) at org.glassfish.javaee.full.deployment.EarDeployer.prepareBundle(EarDeployer.java:290) at org.glassfish.javaee.full.deployment.EarDeployer.access$200(EarDeployer.java:86) at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:141) at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:138) at org.glassfish.javaee.full.deployment.EarDeployer.doOnBundles(EarDeployer.java:215) at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllTypedBundles(EarDeployer.java:224) at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllBundles(EarDeployer.java:250) at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:138) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:872) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232) at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:202) at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:195) at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer._service(GrizzlyContainer.java:182) at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer.service(GrizzlyContainer.java:147) at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:184) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828) at com.sun.grizzly.comet.CometEngine.executeServlet(CometEngine.java:444) at com.sun.grizzly.comet.CometEngine.handle(CometEngine.java:308) at com.sun.grizzly.comet.CometAsyncFilter.doFilter(CometAsyncFilter.java:87) at com.sun.grizzly.arp.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:171) at com.sun.grizzly.arp.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:143) at com.sun.grizzly.arp.AsyncProcessorTask.doTask(AsyncProcessorTask.java:94) at com.sun.grizzly.http.TaskBase.run(TaskBase.java:193) at com.sun.grizzly.http.TaskBase.execute(TaskBase.java:175) at com.sun.grizzly.arp.DefaultAsyncHandler.handle(DefaultAsyncHandler.java:145) at com.sun.grizzly.arp.AsyncProtocolFilter.execute(AsyncProtocolFilter.java:204) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:722)
1013     SEVERE     Exception while preparing the app(details)     javax.enterprise.system.core.com.sun.enterprise.v3.server
Thanks for the help

Similar Messages

  • Deploying jsf app on glassfish

    Hello all,
    Deploying a JSF app on glassfish I get the followinf error messsage from admin console:
    Deploying application in domain failed; JSP Compilation Error: org.apache.jasper.JasperException: jsp.error.tld.invalid.signature -- jsp.error.tld.invalid.signature JSP Compilation Error: org.apache.jasper.JasperException: jsp.error.tld.invalid.signature -- jsp.error.tld.invalid.signature
    What does it mean invalod signature

    You are probably missing the ADF Binding layer - You'll need to figure out which JARs are requiered.
    Try looking at your project properties->classpath and libraries and make sure all of them are included.
    For example check out the libraries this guy used to run ADF on Tomcat:
    Re: JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6
    Here is a little tip to help you find out which JAR is holding any class that you are missing:
    http://kingsfleet.blogspot.com/2009/10/know-which-class-you-want-but-not-which.html

  • Deploy ADF to GlassFish - Jdev 11.1.2

    Hello:
    Has anyone successfully deployed a ADF/Oracle DB app to GlassFish? Is this a supported configuration?
    Thanks

    Is this a supported configuration?Nope. On the thread where you asked about JBoss, Shay gave you a link with the supported configurations.
    John

  • TEXT_IO.FOPEN not working on web deployed app FORMS 6i

    Hi all
    I have coded parsing file by using TEXT_IO.GET_LINE but it seems that my file even can't be opened.
    declare
    file1 text_io.file_type;
    filename1 varchar(256);
    linebuf varchar2(100);
    begin
    file1 := TEXT_IO.FOPEN(:CSV.CSV_PATH, 'r');
    Text_IO.Get_Line(file1, linebuf);
    if linebuf!='blablablablabla' then msg('line is OK!');
    else msg('Line is wrong!');
    end if;
    TEXT_IO.FCLOSE(file1);
    end;
    On local machine when i enter into :CSV.CSV_PATH "C:\details.txt" the file gets loaded because it gets processing, I can see messages.
    When I upload form onto remote web-deployed app server, I enter into path "D:\details.txt" (I cannot write on C:, the files are the same) nothing happens. Does it mean text_io won't work on Fomrs6i web-deployed? How can I investigate this issue.
    Thanks in advance
    Tome

    With Forms Server deployments. TEXT_IO writes the file on the Forms server not the local PC as it did in client-server mode.
    Here are some workarounds
    1) Download the WEBUTIL add-on from Oracle and use its TEXT_IO package to write to the local file.
    WebUtil is an essential add-on loaded with goodies such as a file browse dialog for local files. Its easy to use and is designed to be compatible with other oracle routines like TEXT_IO.
    Kudos to Duncan Mills at Oracle for this top add-on - dont leave home without it.
    www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm2) Use the original TEXT_IO (as you are now) to write to a file on the Forms Sever , then display it in a browser window using WEB.SHOW_DOCUMENT
    3) I remember seeing some some old Java scripts on OTN to write to local PC.
    MY APOLOGIES for #3. Most forum posts can be solved with that little gem of an answer. "My sink is blocked" ... "yeah I saw some java code to fix that"

  • SharePoint 365 Deploy App -- "another App with the same version and product ID."

    Hi all
    When I want to deploy App I got this message:
    2>Active Deployment Configuration: Deploy App for SharePoint
    2>  Skipping deployment step because a pre-deployment command is not specified.
    2>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    2>  Install app for SharePoint:
    2>  Uploading the app for SharePoint...
    2>Error occurred in deployment step 'Install app for SharePoint': The provided App differs from another App with the same version and product ID.
    If the App exist why it doesn't uninstall it. And also its not possible to Retract:
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    I solved my problem by changing ProductID manually but I don't want to make the server with dirty small apps.
    Any idea?
    Thanks

    Hi,
    Check the Site URL in project properties to which the app is installed.
    You have to choose the right path first where the app is installed and then Build>Retract.
    Then change the path to new one and try build. It looks like you are trying to retract from wrong Site URL.
    Thanks
    Jashandeep K

  • Error at the time of deploying App for SP 2013

    When I try to deploy any App created using VS 2012, giving error below. Please provide some help to resolve it.
    Build started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    ------ Deploy started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    Active Deployment Configuration: Deploy App for SharePoint
    Skipping deployment step because a pre-deployment command is not specified.
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    Install app for SharePoint:
    Uploading the app for SharePoint...
    Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    If you see this message repeatedly, contact your administrator.
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

    Hi,
    Please check the link below, it about the simialr issue.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/c8eb6c92-e1b2-45a9-840e-c782bdc933ec/error-occurred-in-deployment-step-install-app-for-sharepoint-were-sorry-we-werent-able-to?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • BEST PRACTICES: How to deploy apps with public and private content & data?

    Can anyone recommend a guide, blog post, etc. on best practices for:
    - designing & deploying apps that have publicly-accessible (http + https) content, and
    - content and data for which users must be authenticated and authorized?
    NOTE: In our environment users are authenticated via OID. We're using Apex 4.

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • App Server / Glassfish on IBM Z-Linux on Z Series?

    Hi everyone, I'm a newbie here and I need help!
    We want to run Sun App Server / Glassfish on the IBM Z Series mainframe with Z-Linux (SUSE). Is anyone out there doing this? Does it work? Caveats? We will be running it for a large backoffice app with about 20 000 concurrent users.
    Thank you for the help.
    (Sorry if I'm repeating a post - I couldn't find anything...)

    u should be posting app server questions to glassfish forum
    http://forums.java.net/jive/forum.jspa?forumID=56&start=0

  • Exception when running deployed app in standalone WLS

    When running the deployed app in a standalone WLS, I get the following exception, and nothing gets shown in the browser. Running in jdev/integratedWebLogicServer is fine though. I deployed the app in jdev to the standalone WLS.
    ]] Root cause of ServletException.
    javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'
         at oracle.adfinternal.controller.util.Utils.createAndLogFacesException(Utils.java:192)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:180)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:860)
         at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:251)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:486)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:670)Following are the WLS and Jdeveloper versions I used.
    WebLogic 10.3.3.0
    Jdeveloper 11.1.1.3.0

    some problem here
    ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'is this your owned bean?.. try to debug and see whts the problem..
    make sure the class is ientified.. while running.. if not clean and rebuild the project and try..

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • Deploying Apps in MDT 2013

    I am trying to deploy apps using MDT 2013 on clients machines but keep getting the
    following bdd.log error. Please note I can image,
    deploy drivers and packages in MDT with no issues except when I
    try to deploy apps:
    I have added all the applications in their
    individual folder in MDT, then i created a task sequence to install
    application. Each app gets their own "install application" command. Then on the client machine i run the following cmd with
    elevated privillege: cscript.exe
    \\ORS-WDS\DeploymentShare\Scripts\LiteTouch.WSF. The script runs after selecting the task but then disappeared and i get this bdd.log on the client:
    https://onedrive.live.com/redir?resid=8D6242F28512FDE3!564&authkey=!AFojuxXjHaKXl0I&ithint=file%2ctxt

    These are not the correct bdd.log files. Make sure you include the right ones. Also check the c:\windows\temp\... folder.
    From the error above:
    C:\windows\system32>err 0x8007051B
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x51b
    # for hex 0x51b / decimal 1307 :
    ecNotRitpMaster ec.h
    ERROR_INVALID_OWNER winerror.h
    # This security ID may not be assigned as the owner of this
    # object.
    # 2 matches found for "0x8007051B"
    This would suggest that you are still having permission/elevation problems.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Recommended method to deploy apps in the enterprise

    I have a Mac server configured with Profile Manager. My users at this point log into their iMacs with their Active Directory credentials. Classroom laptops use AD credentials as well, and the rest of the laptops (1/3 of all Macs on our site) have stand-alone accounts on the local machines.
    We've been messing with VPP up to this point, but honestly I'm not impressed with the way it works with OSX devices. I can enroll a machine into Profile Manager via trust certificate and the management profile. This works fine, and I can group the machines in logical order. According to the documentation, I should be able to deploy apps to the workstations themselves (independent of who is using it), but so far it doesn't seem to work like that.
    With a free VPP app, such as Garageband, in Profile Manager, I can only see where I can associate it with a user or user-group. I see two options with this. First, we use a common app-store credential to associate with the VPP apps. This seems like a poor option since a user wouldn't necessarily know the password to this account, and as soon as the app has an update, they are going to call us to login as the common app-store credential that owns the VPP app. Second, we associate the app to a user him/herself and let them do the installing or updating. This also assumes that our users sign up for an app-store account if they don't already have one (kind of weak, IMO).
    With these two, any common area/lab machines would obviously need a shared admin accessible VPP app-store ID, but with user-specific machines, I see it the other way. If I could target all of these machines without involving the users, that would be optimal. Given these three options (target user, target shared app-store account with manual admin intervention on each machine, target machine independently of a user), what do you all recommend?

    I will give my .02 on this topic.  I hope this helps.
    App distribution for Apps from the AppStore is a tricky mine field.  The new VPP program is a step in the right direction and for many businesses it is a dream come true (no more redemption codes, transfer of assets, European Union tax issues, I can go on...).  However, I will agree with you in regards that education does not benefit as much, especially when (1) the students do not have an Apple ID, (2) the devices are not deployed in the one-to-one model, and (3) users are not permitted to alter machine configurations.
    VPP for enterprise is a good thing, provided your organization is willing to allow user's the freedom to add content (an use Apple IDs).  The way it works is as follows. 
    • You enroll in the VPP program
    • You purchase apps/books in bulk through the app store
    • You configure your MDM to participate in the VPP
    • You invite your users using an email or via push notification if devices are already enrolled
    • When the user gets the invite, the user uses her own Apple ID to associate their App Store catalog with your enterprise App Store catalog (this all happens on Apple's servers)
    • The enterprise does not care nor does it need to know which Apple ID the user used.  This is irrelevant to the organization.
    • You then assign the apps and books to the users through your MDM
    • The user now sees this content in their App Store from their device
    • If the user leaves the organization, you can remove the app from the user and you recall the seat into the available pool.
    • The App remains on the device for 30 days I believe and the user (if this is a personal device and they still have it after being removed from the program) will be prompted to purchase the app (books are transferred - you can not pull them back).
    So, all that being said, you are not deploying to an enterprise and you are not deploying to dedicated devices.  I suspect that some of your users may also be too young to have an Apple ID.  So while I still recommend that you participate in the VPP to ensure software compliance, the reality is that you are likely going to use a single Apple ID to download the software.  This will be included in a master build when imaging and prepping machines.  If there are updates, you will download the update onto a build machine and use tools like ARD, JAMF, Deploy Studio, etc to push the app out to your fleet of machines.  Keep in mind that updates from the App store are full versions and they are self contained bundles.  Also, turn off all software update notifications on the workstations to keep users from realizing updates are available.
    I am a firm believer that schools should not apply updates to machines between September and June unless it is a tested security patch.  The risk of impacting the educational process is too great.  Look no further than the dramatic changing in the iLife and iWork tools.  Changing mid year can cause entire curricula to be disrupted.  There is no deeper wrath than that of a school matriarch dressing you down because you put out software that does not match her lesson plans.
    Ok, I am done on the soap box.  Hope this helped.  My suggestion again is stick with the VPP for compliance reasons but use distro tools to push the updated/new apps out to machines as needed.  This allows you to continue to use a single Apple ID, the account information is obscured from the user, and all updates happen via a distro push, avoiding touching each machine.
    R
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively Available in Apple's iBooks Store

  • Deploy App-v client to pc works, to user not

    Hi,
    I'm trying to deploy App-v 5.0 SP2 + hotfix to a pc, that works fine but when I deploy to a user, the installation fails "The software change returned error code 0x643(1603)."
    The appenforce.log gives: "A supported App-V 5X client is not installed"
    I'm triggering App-v 5.0 SP2 hotfix 4 to the user, this has a dependency to the Appv- 5.0 SP2 client which has a dependency to its prereqs (visual c++, dotnet, powershell 3.0).
    Please advise.
    J.
    Jan Hoedt

    Hi Torsten,
    Thanks for your feedback. Where could I find the msi logs? I haven't used any specific switches during installation for logging.
    Don't understand why the appenforce.log says "A supported App-V 5X client is not installed" whereas an installation to pc works fine.
    That's actually my question: what's the difference of installation method between to pc and to user (since the user method fails, the pc method works fine).
    J.
    Jan Hoedt

  • Deploy apps in 10.8.4

    HI,
    Is the only way to deploy apps in profile manager after you have created an enterprise IPA file? (if so how do you do that) - or can you download a free 'app' in the store on the OSX server and then add that (doesnt seem to like the .APP and despite finding a couple of bits on changing it to an .IPA - none of which work).
    Apple sort of sold this as a easy way to deploy free apps, in house apps etc but it does look not quite as easy as that!
    can you send URL shortcuts to the IOS devices (as in bookmarks to safari, or links on desktop)?
    last question, can you create a App folder for your business apps, e.g. My Business Apps (complete with all business related apps?)
    thanks

    Because of licensing issues, Apple no longer provides Samba with OS X. Instead, it has implemented its own approach to SMB/CIFS networking.

  • JSFCRUD JPA app can't be deployed to another glassfish 2.1 server

    OK, my colleague wrote a JSF Crud app based on this tutorial:
    http://www.netbeans.org/kb/docs/web/jsf-jpa-crud-wizard.html
    It works fine when I build and run it on my sandbox app server, but when I try to deploy it to our company test app server, the server log complains that org.jnp.interfaces.NamingContextFactory cannot be instantiated because the class is not found (stack trace below). Using google, the only jar I can find that contains this class is in jbossclient-all.jar. I tried adding that to my project's libraries, but then it won't even run properly on my sandbox system. Anybody have any suggestions on an easy way to fix this or should I continue with re-writing it from scratch using Hibernate?
    [#|2009-09-25T15:33:40.422-0700|SEVERE|sun-appserver2.1|com.sun.org.apache.commons.modeler.Registry|_ThreadID=16;_ThreadName=Timer-8;_RequestID=02bcabab-8e86-48cc-a9c3-8342a1a72dd6;|Null component com.sun.appserv:type=JspMonitor,name=jsp,WebModule=//server/ClientPricing,J2EEApplication=null,J2EEServer=server|#]
    [#|2009-09-25T15:33:40.437-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=Timer-8;_RequestID=02bcabab-8e86-48cc-a9c3-8342a1a72dd6;|WEB0123: WebModule [ClientPricing] failed to deploy and has been disabled
    java.lang.RuntimeException: java.lang.RuntimeException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
       at com.sun.enterprise.web.WebModuleListener.loadPersistenceUnits(WebModuleListener.java:193)
       at com.sun.enterprise.web.WebModuleListener.lifecycleEvent(WebModuleListener.java:168)
       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:159)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:5224)
       at com.sun.enterprise.web.WebModule.start(WebModule.java:353)
       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:989)
       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:973)
       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:704)
       at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1627)
       at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1232)
       at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:182)
       at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:278)
       at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1005)
       at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:992)
       at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
       at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
       at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
       at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:231)
       at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
       at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
       at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
       at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)
       at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:280)
       at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:298)
       at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:584)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
       at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
       at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
       at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
       at $Proxy1.invoke(Unknown Source)
       at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
       at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
       at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:583)
       at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployJavaEEArchive(AutoDeployer.java:564)
       at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:495)
       at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:270)
       at com.sun.enterprise.deployment.autodeploy.AutoDeployControllerImpl$AutoDeployTask.run(AutoDeployControllerImpl.java:374)
       at java.util.TimerThread.mainLoop(Timer.java:512)
       at java.util.TimerThread.run(Timer.java:462)

    You can check to make sure that all of the required libraries were targeted to the managed servers as well as the admin server. Use the WLS administration console and look at the "deployments" link - check each library and view the targets for it.
    It sounds like perhaps the JRF libraries only are targeted to the AdminServer
    John

Maybe you are looking for

  • Receiving Error in Shopping Cart : Order Does not exist

    Hi While creating Shopping Cart and click Insert From Clipboard button, I am receiving " Order xxxx does not exist (Item yyy ). Please tell me why I receive this error and what causes and possible fixes to this? Details: The scenario I am doing is I

  • HSRP issues and flapping links and vlans

    Hi My network is having some issues to do with a certain vlan and HSRP. We have 2 x 6509 switches as the distribution switches and access layer stacks. HSRP is running between the 2 6509 switches. Solarwinds shows the following output when the issues

  • Close popup window and refresh the parent window

    Hello, I have a button in a normal report, when clicked opens up an popup window which is a form containing some items and here in this form (i have some editable text items) I make some changes and click on the apply changes button -- this should up

  • Question mark in finder header

    Hi, I just noticd a '?'  at the top of my finder window.  when I click on it is says 'item can't be found' yet all my stuff is accessible. It wasn't there before, think it appeared this week...***?  How do i remove this or resolve issue? Thanks!

  • Elements 10 trial won't install

    HI I've been trying to install a trial version of the above but when I get to the Adobe Download Assiatant Screen it is not active and wont letteh download go any further.  I have decativated pop-ups and teh firewall as instructed - I alsoo have a va