Übertragen von Netbeans zu Eclipse, nun "Schwerwiegend: PWC6117: Datei "null" nicht gefunden"

Übertrug ich meine Java-maven netbeans, glassfish web-Anwendung auf Eclipse. Es besteht aus einem .jsp und einige controller-servlets für, wenn der Benutzer klickt auf Sachen.

Läuft es in Netbeans (ich rechtsklicke das jsp und führen Sie es, und die Webseite lädt). Einige Funktionen sind in einigen controller-Methoden ist gebrochen, aber die Webseite noch klappt Prima, wenn ich es laufen lasse.

In Eclipse, ich rechten Maustaste das jsp und führen Sie auf dem server und bekomme die folgende (Blättern Sie zum Ende):

2015-04-20T09:09:28.066+0100|Info: Running GlassFish Version: GlassFish Server Open Source Edition  4.1  (build 13)
2015-04-20T09:09:28.068+0100|Info: Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter
2015-04-20T09:09:28.379+0100|Info: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
2015-04-20T09:09:28.380+0100|Info: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
2015-04-20T09:09:28.385+0100|Info: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
2015-04-20T09:09:28.609+0100|Info: Authorization Service has successfully initialized.
2015-04-20T09:09:29.171+0100|Info: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
2015-04-20T09:09:29.894+0100|Info: Grizzly Framework 2.3.15 started in: 458ms - bound to [/0.0.0.0:8080]
2015-04-20T09:09:30.073+0100|Info: visiting unvisited references
2015-04-20T09:09:30.286+0100|Info: Grizzly Framework 2.3.15 started in: 335ms - bound to [/0.0.0.0:8181]
2015-04-20T09:09:30.360+0100|Info: Grizzly Framework 2.3.15 started in: 37ms - bound to [/0.0.0.0:4848]
2015-04-20T09:09:30.410+0100|Info: Grizzly Framework 2.3.15 started in: 2ms - bound to [/0.0.0.0:3700]
2015-04-20T09:09:30.771+0100|Info: Java security manager is disabled.
2015-04-20T09:09:30.773+0100|Info: Entering Security Startup Service.
2015-04-20T09:09:30.776+0100|Info: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
2015-04-20T09:09:30.823+0100|Info: Security Service(s) started successfully.
2015-04-20T09:09:31.041+0100|Info: Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080
2015-04-20T09:09:31.052+0100|Info: Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181
2015-04-20T09:09:31.055+0100|Info: Created HTTP listener admin-listener on host/port 0.0.0.0:4848
2015-04-20T09:09:31.080+0100|Info: Created virtual server server
2015-04-20T09:09:31.090+0100|Info: Created virtual server __asadmin
2015-04-20T09:09:31.348+0100|Info: Setting JAAS app name glassfish-web
2015-04-20T09:09:31.349+0100|Info: Virtual server server loaded default web module 
2015-04-20T09:09:32.301+0100|Info: visiting unvisited references
2015-04-20T09:09:32.455+0100|Info: visiting unvisited references
2015-04-20T09:09:32.476+0100|Info: visiting unvisited references
2015-04-20T09:09:32.481+0100|Info: visiting unvisited references
2015-04-20T09:09:32.482+0100|Info: visiting unvisited references
2015-04-20T09:09:32.763+0100|Info: Portable JNDI names for EJB Info: [java:global/animelist1/Info, java:global/animelist1/Info!entities.Info]
2015-04-20T09:09:32.825+0100|Info: Portable JNDI names for EJB AnnJAXB: [java:global/animelist1/AnnJAXB, java:global/animelist1/AnnJAXB!main.AnnJAXB]
2015-04-20T09:09:32.836+0100|Info: Portable JNDI names for EJB Ann: [java:global/animelist1/Ann!entities.Ann, java:global/animelist1/Ann]
2015-04-20T09:09:32.850+0100|Info: Portable JNDI names for EJB Anime: [java:global/animelist1/Anime!entities.Anime, java:global/animelist1/Anime]
2015-04-20T09:09:32.884+0100|Info: WELD-000900: 2.2.2 (Final)
2015-04-20T09:09:33.140+0100|Info: HV000001: Hibernate Validator 5.0.0.Final
2015-04-20T09:09:33.413+0100|WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
2015-04-20T09:09:33.414+0100|WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
2015-04-20T09:09:33.606+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.gf.cdi.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:33.622+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:33.646+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:34.749+0100|Info: Loading application [animelist1] at [/animelist1]
2015-04-20T09:09:34.753+0100|Info: Loading application animelist1 done in 5,562 ms
2015-04-20T09:09:34.769+0100|Info: GlassFish Server Open Source Edition  4.1  (13) startup time : Felix (2,265ms), startup services(6,789ms), total(9,054ms)
2015-04-20T09:09:35.197+0100|Info: Grizzly Framework 2.3.15 started in: 130ms - bound to [/0.0.0.0:7676]
2015-04-20T09:09:35.284+0100|Info: Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@4ae263bf as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@49a71302.
2015-04-20T09:09:35.354+0100|Info: C:\Program Files\glassfish4\glassfish\domains\domain1\autodeploy\bundles does not exist, please create it.
2015-04-20T09:09:36.159+0100|Info: JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://J-PC:8686/jndi/rmi://J-PC:8686/jmxrmi
2015-04-20T09:09:36.234+0100|Info: keepstate options resolved to true, saving appId 93684827868430336 for application animelist1.
2015-04-20T09:09:36.840+0100|Info: visiting unvisited references
2015-04-20T09:09:37.021+0100|Info: visiting unvisited references
2015-04-20T09:09:37.036+0100|Info: visiting unvisited references
2015-04-20T09:09:37.047+0100|Info: visiting unvisited references
2015-04-20T09:09:37.048+0100|Info: visiting unvisited references
2015-04-20T09:09:37.049+0100|Info: visiting unvisited references
2015-04-20T09:09:37.153+0100|Info: Portable JNDI names for EJB AnnJAXB: [java:global/animelist1/AnnJAXB, java:global/animelist1/AnnJAXB!main.AnnJAXB]
2015-04-20T09:09:37.169+0100|Info: Portable JNDI names for EJB Ann: [java:global/animelist1/Ann!entities.Ann, java:global/animelist1/Ann]
2015-04-20T09:09:37.186+0100|Info: Portable JNDI names for EJB Anime: [java:global/animelist1/Anime!entities.Anime, java:global/animelist1/Anime]
2015-04-20T09:09:37.201+0100|Info: Portable JNDI names for EJB Info: [java:global/animelist1/Info, java:global/animelist1/Info!entities.Info]
2015-04-20T09:09:37.302+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:37.315+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.gf.cdi.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:37.327+0100|WARN: WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2015-04-20T09:09:38.201+0100|Info: Loading application [animelist1] at [/animelist1]
2015-04-20T09:09:38.252+0100|Info: animelist1 was successfully deployed in 2,101 milliseconds.
2015-04-20T09:09:38.680+0100|Severe: PWC6117: File "null" not found

Ich bin ganz neu auf Eclipse, und neu zu Programmieren. Gibt es etwas, was ich haben könnte, Bedarf verändern beim öffnen des Projekts in eclipse? Es war ein maven-Projekt ist, und ich öffnete es mit maven in eclipse, ging alles reibungslos.

Alternativ, gibt es eine Möglichkeit, ich finde mehr Details zu dem Fehler? Wenn ich das google PWC6117: File "null" not found es scheint zu sein, dass bestimmte Fehler in Völker-code und mein code war in Ordnung arbeiten auf netbeans also ich bin mir nicht sicher, wie es einzugrenzen ist

Danke

InformationsquelleAutor Percy | 2015-04-20
Schreibe einen Kommentar