Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Le soluzioni FSP per il 2026: potenza e IA al centro
Le soluzioni FSP per il 2026: potenza e IA al centro
In occasione del Tech Tour 2025 della European Hardware Association abbiamo incontrato a Taiwan FSP, azienda impegnata nella produzione di alimentatori, chassis e soluzioni di raffreddamento tanto per clienti OEM come a proprio marchio. Potenze sempre più elevate negli alimentatori per far fronte alle necessità delle elaborazioni di intelligenza artificiale.
AWS annuncia European Sovereign Cloud, il cloud sovrano per convincere l'Europa
AWS annuncia European Sovereign Cloud, il cloud sovrano per convincere l'Europa
AWS è il principale operatore di servizi cloud al mondo e da tempo parla delle misure che mette in atto per garantire una maggiore sovranità alle organizzazioni europee. L'azienda ha ora lanciato AWS European Sovereign Cloud, una soluzione specificamente progettata per essere separata e distinta dal cloud "normale" e offrire maggiori tutele e garanzie di sovranità
Redmi Note 15 Pro+ 5G: autonomia monstre e display luminoso, ma il prezzo è alto
Redmi Note 15 Pro+ 5G: autonomia monstre e display luminoso, ma il prezzo è alto
Xiaomi ha portato sul mercato internazionale la nuova serie Redmi Note, che rappresenta spesso una delle migliori scelte per chi non vuole spendere molto. Il modello 15 Pro+ punta tutto su una batteria capiente e su un ampio display luminoso, sacrificando qualcosa in termini di potenza bruta e velocità di ricarica
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 17-07-2008, 17:19   #1
-komandante
Junior Member
 
Iscritto dal: Jul 2008
Messaggi: 3
Problemi con deploy su websphere 6

Ciao a tutti,

ho un problema nel deployare un applicazione struts 1.2.4 su websphere 6, in particolare ottengo dalla console di websphere il seguente stack:


[7/17/08 11:41:07:981 CEST] 00000052 WebGroup A SRVE0169I: Loading
Web Module: ConInpWeb.

[7/17/08 11:41:10:448 CEST] 00000052 TilesPlugin I
org.apache.struts.tiles.TilesPlugin initDefinitionsFactory Tiles definition
factory loaded for module ''.

[7/17/08 11:41:10:461 CEST] 00000052 ValidatorPlug I
org.apache.struts.validator.ValidatorPlugIn initResources Loading validation
rules file from '/WEB-INF/validation.xml'

[7/17/08 11:41:10:464 CEST] 00000052 ValidatorPlug I
org.apache.struts.validator.ValidatorPlugIn initResources Loading validation
rules file from '/WEB-INF/validator-rules.xml'

[7/17/08 11:41:10:794 CEST] 00000052 ValidatorPlug E
org.apache.struts.validator.ValidatorPlugIn init null

java.lang.NullPointerException

at
org.apache.commons.validator.ValidatorResources.internalProcessForms(Validat
orResources.java:464)

at
org.apache.commons.validator.ValidatorResources.process(ValidatorResources.j
ava:415)

at
org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.ja
va:162)

at
org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.ja
va:233)

at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:164)

at
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:
839)

at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java(Comp
iled Code))

at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.jav
a:1696)

at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrap
per(WebExtensionProcessor.java:140)

at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:852)

at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:5
79)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:451)

at
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:123)

at
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:146)

at
com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:940)

at
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:893
)

at
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:
167)

at
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:39
1)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.jav
a(Compiled Code))

at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart
(DeployedApplicationImpl.java:1076)

at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.jav
a:547)

at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicati
onImpl.java:754)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Application
MgrImpl.java:914)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.jav
a:1450)

at
com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl
java(Compiled Code))

at
com.ibm.ws.security.auth.distContextManagerImpl.runAsSystem(distContextManag
erImpl.java(Inlined Compiled Code))

at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java(In
lined Compiled Code))

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Application
MgrImpl.java(Compiled Code))

at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
java(Compiled Code))

at java.lang.reflect.Method.invoke(Method.java(Compiled Code))

at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBe
an.java:1366)

at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.jav
a:1012)

at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanSer
verInterceptor.java:233)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanS
erverInterceptor.java:86)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(Cont
extClassLoaderMBeanServerInterceptor.java:167)

at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)

at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1016)

at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java
(Compiled Code))

at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:932)

at
com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDel
egator.java:157)

at sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
java(Compiled Code))

at java.lang.reflect.Method.invoke(Method.java(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java
(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.jav
a(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnec
tion.java(Compiled Code))

at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Comp
iled Code))

at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled
Code))

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))



[7/17/08 11:41:10:799 CEST] 00000052 WebExtensionP W Servlet action is
currently unavailable: Cannot load a validator resource from
'/WEB-INF/validation.xml,/WEB-INF/validator-rules.xml'

[7/17/08 11:41:10:802 CEST] 00000052 WebExtensionP E SRVE0026E: [Servlet
Error]-[javax.servlet.UnavailableException: Cannot load a validator resource
from '/WEB-INF/validation.xml,/WEB-INF/validator-rules.xml'

at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:174)

at
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:
839)

at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java(Comp
iled Code))

at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.jav
a:1696)

at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrap
per(WebExtensionProcessor.java:140)

at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:852)

at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:5
79)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:451)

at
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:123)

at
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:146)

at
com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:940)

at
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:893
)

at
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:
167)

at
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:39
1)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.jav
a(Compiled Code))

at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart
(DeployedApplicationImpl.java:1076)

at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.jav
a:547)

at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicati
onImpl.java:754)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Application
MgrImpl.java:914)

at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.jav
a:1450)

at
com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl
java(Compiled Code))

at
com.ibm.ws.security.auth.distContextManagerImpl.runAsSystem(distContextManag
erImpl.java(Inlined Compiled Code))

at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java(In
lined Compiled Code))

at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Application
MgrImpl.java(Compiled Code))

at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
java(Compiled Code))

at java.lang.reflect.Method.invoke(Method.java(Compiled Code))

at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBe
an.java:1366)

at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.jav
a:1012)

at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanSer
verInterceptor.java:233)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanS
erverInterceptor.java:86)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:128)

at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(Cont
extClassLoaderMBeanServerInterceptor.java:167)

at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)

at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1016)

at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java
(Compiled Code))

at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:932)

at
com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDel
egator.java:157)

at sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
java(Compiled Code))

at java.lang.reflect.Method.invoke(Method.java(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java
(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.jav
a(Compiled Code))

at
com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnec
tion.java(Compiled Code))

at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Comp
iled Code))

at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled
Code))

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))

]: {1}


Ho provato a modificare il doc-type nel file validator-rules.xml cambiando anche la versione del dtd dalla 1.0 alla 1.1 alla 1.1.3 ed a portarli in locale. Inoltre ho provato anche a svuotare i file validator-rules.xml e validation.xml per verificare se fosse il contenuto a dare problemi....ma niente....

Sono disperato...vi prego aiutatemi!
grazie in anticipo a tutti!
-komandante è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2008, 17:24   #2
shinya
Senior Member
 
L'Avatar di shinya
 
Iscritto dal: Jul 2005
Città: Bologna
Messaggi: 1130
Ah! Benvenuto! Websphere è il nome di uno dei gironi dell'inferno!!

Hai provato a settare il PARENT_LAST nelle opzioni del classloader?
shinya è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2008, 17:33   #3
-komandante
Junior Member
 
Iscritto dal: Jul 2008
Messaggi: 3
Grazie per il benvenuto!

mi sono dimenticato di specificare che le librerie non sono sotto la cartella WEB-INF/lib ma come librerie condivise sotto WebSphere. Non posso metterle in locale in quando utilizzate da più applicazioni.

Quindi sono obbligato a settare PARENT_FIRST...così è impossibile?

Grazie!
-komandante è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2008, 17:38   #4
shinya
Senior Member
 
L'Avatar di shinya
 
Iscritto dal: Jul 2005
Città: Bologna
Messaggi: 1130
Quote:
Originariamente inviato da -komandante Guarda i messaggi
Quindi sono obbligato a settare PARENT_FIRST...così è impossibile?

Grazie!
Non lo so! Con websphere non so mai niente! Quando succede qualcosa non è mai banale scoprire cosa stia andando storto. Ci sono sistemisti specializzati su websphere, non so se mi spiego.

Quella del parent_last era un'ipotesi, dato che usi struts. Io uso altre librerie e ho dovuto settarlo. Ma sei sicuro che non puoi usare parent_last anche se le librerie sono sotto websphere? Dovrebbe caricare prima le tue, e poi le sue comunque...
shinya è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2008, 17:46   #5
-komandante
Junior Member
 
Iscritto dal: Jul 2008
Messaggi: 3
Quote:
Originariamente inviato da shinya Guarda i messaggi
Ci sono sistemisti specializzati su websphere, non so se mi spiego.

Quella del parent_last era un'ipotesi, dato che usi struts. Io uso altre librerie e ho dovuto settarlo. Ma sei sicuro che non puoi usare parent_last anche se le librerie sono sotto websphere? Dovrebbe caricare prima le tue, e poi le sue comunque...
lo so...ma i sistemisti con cui o a che fare....non sono così specializzati...visto che nemmeno loro mi riescono a dire quale può essere il problema...

grazie mille cmq....sei stato gentilissimo!

PS: io non ho librerie...tranne jfreechart-0.9.8.jar
sono tutte condivise!!
-komandante è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Le soluzioni FSP per il 2026: potenza e IA al centro Le soluzioni FSP per il 2026: potenza e IA al ce...
AWS annuncia European Sovereign Cloud, il cloud sovrano per convincere l'Europa AWS annuncia European Sovereign Cloud, il cloud ...
Redmi Note 15 Pro+ 5G: autonomia monstre e display luminoso, ma il prezzo è alto Redmi Note 15 Pro+ 5G: autonomia monstre e displ...
HONOR Magic 8 Pro: ecco il primo TOP del 2026! La recensione HONOR Magic 8 Pro: ecco il primo TOP del 2026! L...
Insta360 Link 2 Pro e 2C Pro: le webcam 4K che ti seguono, anche con gimbal integrata Insta360 Link 2 Pro e 2C Pro: le webcam 4K che t...
Il remake di Assassin's Creed IV: Black ...
Tutti i robot aspirapolvere in offerta s...
Amazon Haul spinge la promo di San Valen...
Offerte hardware Amazon per l'upgrade de...
iPhone 17e dovrà fare i conti con...
Offerte Amazon sugli iPhone di ultima ge...
DJI Mini 5 Pro Combo Fly More scende a 8...
Ubisoft potrebbe licenziare ancora ma se...
Samsung Galaxy S26: un leak anticipa col...
Aetherflux e Lockheed Martin insieme per...
SpaceX sta proseguendo i test della terz...
Axiom Space ha mostrato un nuovo video d...
Realme: la trasformazione in sub-brand d...
PlayStation 6 si farà attendere: ...
BWT Alpine chiude la prima tornata di pr...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 23:10.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v