- This topic has 10 replies, 4 voices, and was last updated 15 years, 7 months ago by
kaitaipei.
-
AuthorPosts
-
mtbaezMemberHi,
I’m trying to deploy a JAX-WS top-down generated web service on WAS 6.1 but I’m getting the following error when I try to query the wsdl file in either the web service explorer or internet explorer,
Web service Explorer
————————–
IWAB0379E Unable to open http://localhost:9080/XTRACB2BWS/XtracService?wsdl.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: http://localhost:9080/XTRACB2BWS/XtracService?wsdlInternet Explorer
——————–
Error 404: SRVE0190E: File not found: /XtracServiceI got this same web service working on SUN App server so just to make sure the issue wasn’t specific to my web service I dowloaded the Calculator Web service in the tutorial but got the same issue
Web service Explorer
————————–
IWAB0379E Unable to open http://localhost:9080/WebServiceProject/CalculatorService?wsdl.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: http://localhost:9080/WebServiceProject/CalculatorService?wsdlInternet Explorer
——————–
Error 404: SRVE0190E: File not found: /CalculatorServiceAny help would be greatly appreciated, I reseached every source I know and got empty handed.
Thanks.
Loyal WaterMemberMoving to Off Topic >> Software Development.
mtbaezMemberI forgot to mention I’m using
MyEclipse Blue Edition
Version: 7.1.1 Blue
Build id: 7.1.1-Blue-20090310deploying on WAS 6.1 with web service feature pack installed.
Thanks.
Brian FernandesModeratormtbaez,
I have a few questions:
1) Besides the web service itself, is the app deployed and working? i.e. If you go to http://localhost:9080/XTRACB2BWS/ does it work – do you see the index.jsp page as expected (in internet explorer)?
2) Is your server listening at port 9080? (This may be correct for WAS, but not for the Sun server). The calculator service may also have another port hard coded in the WSDL you downloaded.
3) Open your WSDL (in an editor) and look at the location attribute of the <soap:address> element – is that the same as the address you are trying?
mtbaezMemberHi Brian,
Thanks for following up, please find my answers below,
1) The app is deployed and working, when I go to http://localhost:9080/XTRACB2BWS/ the index.jsp page gets displayed, same for Calculator Service.
2) The server is listening in port 9080, index.jsp is being displayed when I enter the url address in 1) which is pointing to port 9080
3) I checked the <soap:address> element in the wsdls for both my web service and calculator and they have the exact same address I’m using when I try to get the wsdls with both the web service explorer in myEclipse and internet explorer.Thanks.
Brian FernandesModeratormtbaez,
Everything seems fine.
If you look at the console when the server is starting, are any errors reported? Or is it all clean?
Please also observe the console when you make the WSDL request in a browser.
mtbaezMemberHi Brian,
There are no errors/exceptions reported when I start the console at this point, below are the messages I receive when the app is being started
[6/19/09 11:03:31:670 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: XTRACB2BWebClient.war.
[6/19/09 11:03:31:951 EDT] 00000014 VirtualHost I SRVE0250I: Web Module <null> has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[6/19/09 11:03:31:967 EDT] 00000015 WebGroup A SRVE0169I: Loading Web Module: XTRACB2BWS.war.Message SRVE0250I: Web Module <null> has been bound to default_host looks weird as it reports Web module <null> though
I’ve been checking console logs and all logs produced by the server trying to catch any error that could have been throwed while trying to get the wsdl but nothing get’s logged.
Other than that Im getting an error message from MyEclipse saying “Error updating the indexes” while starting the IDE, but that’s it.
Thanks.
mtbaezMemberHi Brian,
I started the app server once again after modifying some trace values and just tried to get the wsdl for the tutorial web service and this time the console logged and incident file, below is the content of the file,
——Start of DE processing—— = [6/19/09 14:34:35:428 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /CalculatorService
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:427)
at com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:113)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3453)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)Dump of callerThis =
Object type = com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor
com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor@472e472eException = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Dump of callerThis =
Object type = com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor
securityHelper = null
tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ws.webcontainer.resources.Messages
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = true
ivLevel = 10
ivName = com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
cmd =
tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ws.runtime.runtime
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = true
ivLevel = 10
ivName = com.ibm.ws.runtime.metadata.MetaDataImpl
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
slots =
[0] = null
[1] = null
[2] = null
class$com$ibm$ws$runtime$metadata$MetaDataImpl =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
nameSpaceCollaborator =
threadContext =
ivInitialStackEntry = com.ibm.ejs.csi.DefaultComponentMetaData@37fe37fe
tc = com.ibm.ejs.ras.TraceComponent@1cc41cc4
count = 36
index = 13
SUSPECTED_MISUSAGE_THRESHOLD = 200
class$com$ibm$ws$util$WSThreadLocal = java.lang.Class@14601460
threadLocalHashCode = -500282817
nextHashCode = 1653870135
HASH_INCREMENT = 1640531527
securityCollaborator =
securityCollaborator =
tc = com.ibm.ejs.ras.TraceComponent@aa60aa6
webCache = com.ibm.ws.security.web.WebAppCache@9980998
contextManager = com.ibm.ws.security.auth.ContextManagerImpl@201c201c
delegationPolicy = com.ibm.ws.security.delegation.MethodDelegation@a0a0a0a
threadIdManager = null
class$com$ibm$ws$security$web$EJSWebCollaborator = java.lang.Class@1a251a25
lock = java.lang.Object@9300930
tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ws.webcontainer.resources.Messages
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = true
ivLevel = 10
ivName = com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
_webContextRoot = /WebServiceProject
_vHostName = null
class$com$ibm$ws$webcontainer$webapp$WebAppSecurityCollaborator =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
class$com$ibm$wsspi$webcontainer$servlet$IServletContext = null
class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
codesource = null
classloader = null
principals = {}
permissions = java.security.Permissions@528a528a
staticPermissions = true
debug = null
loopingToString = false
classNameMap =
serialVersionUID = 1978198479659022715
m = java.util.WeakHashMap@453e453e
mutex = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
keySet = null
entrySet = null
values = null
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = {}
PARAM_DEFAULT_PAGE = default.page
PARAM_BUFFER_SIZE = bufferSize
WEB_INF_DIR = WEB-INF/
META_INF_DIR = META-INF/
nls =
tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ejs.resources.seriousMessages
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = true
ivLevel = 10
ivName = com.ibm.ejs.sm.client.ui.NLS
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
messages = null
baseClassPackage = com.ibm.ejs.resources
bundleName = com.ibm.ws.webcontainer.resources.Messages
bundle =
resources = [[Ljava.lang.Object;@40c840c8
lookup = java.util.HashMap@50f050f0
cacheKey = java.util.ResourceBundle$ResourceCacheKey@65126512
INITIAL_CACHE_SIZE = 25
CACHE_LOAD_FACTOR = 1.0
MAX_BUNDLES_SEARCHED = 3
underConstruction = java.util.Hashtable@651a651a
NOT_FOUND = java.lang.Object@652c652c
cacheList = sun.misc.SoftCache@65306530
referenceQueue = java.lang.ref.ReferenceQueue@65f465f4
parent = com.ibm.ws.webcontainer.resources.Messages@388a388a
locale = java.util.Locale@1c5e1c5e
class$com$ibm$ejs$sm$client$ui$NLS =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
defaultBufferSize = 4096
esiControl = max-age=300,cacheid=”URL”,content=”ESI/1.0+”
extendedDocumentRoot = null
DEFAULT_MAPPING = /*
patternList =
serialVersionUID = 8683452581122892189
elementData =
[0] = /*
[1] = null
[2] = null
[3] = null
[4] = null
[5] = null
[6] = null
[7] = null
[8] = null
[9] = null
size = 1
modCount = 1
DEFAULT_DENY_EXTENSIONS =
serialVersionUID = 8683452581122892189
elementData =
[0] = *.jsp
[1] = *.jsv
[2] = *.jsw
[3] = *.jspx
[4] = null
[5] = null
[6] = null
[7] = null
[8] = null
[9] = null
size = 4
modCount = 4
denyPatterns =
SLASH_STAR = /*
root =
hashCode = 47
target = null
children = com.ibm.ws.util.ClauseTable@47844784
length = 1
star = 42
cl = /
extensions =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@47684768
size = 8
threshold = 12
loadFactor = 0.75
modCount = 8
contentionFlag = 0
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
star = 42
defaultNode = null
scalable = false
range = 91
redirectToWelcomeFile = false
params =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table =
[0] = null
[1] = null
[2] = null
[3] = null
[4] = null
[5] = null
[6] = null
[7] = null
[8] = null
[9] = null
[10] = null
[11] = null
[12] = null
[13] = null
[14] = null
[15] = null
size = 0
threshold = 12
loadFactor = 0.75
modCount = 0
contentionFlag = 0
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
welcomeFileList =
serialVersionUID = 8683452581122892189
elementData =
[0] = index.jsp
[1] = null
[2] = null
[3] = null
[4] = null
[5] = null
[6] = null
[7] = null
[8] = null
[9] = null
size = 1
modCount = 1
_webapp =
isZOS = false
sTokenStr = null
j2eeNameFactory = com.ibm.ejs.csi.J2EENameFactoryImpl@55545554
userTransaction =
serialVersionUID = 6822887912232407943
tc = com.ibm.ejs.ras.TraceComponent@7a5a7a5a
_callbackManager = com.ibm.ws.uow.UOWScopeCallbackManager@7a767a76
c_UserTransactionImplIBMCopyright = (c) Copyright IBM Corporation 2000, 2006, 2007
c_utxVersion = H28W600
c_utxFactoryName = com.ibm.ws.Transaction.JTA.UtxJNDIFactory
_tranManager = this._webapp.txManager
_current = this._webapp.txManager
_environmentType = 0
class$com$ibm$ws$Transaction$JTA$UserTransactionImpl = java.lang.Class@18b718b7
class$com$ibm$ws$Transaction$JTA$UtxJNDIFactory = java.lang.Class@5ded5ded
tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ws.webcontainer.resources.Messages
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = true
ivLevel = 10
ivName = com.ibm.ws.wswebcontainer.webapp.WebApp
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
javaNameSpaceValue =
serialVersionUID = 1
tc = com.ibm.ejs.ras.TraceComponent@a540a54
ROOT_CONTEXT =
BUILD_IN_COMP = comp
BUILD_IN_COMP_ENV = env
_defaultJavaNameSpace = com.ibm.ws.naming.java.javaNameSpaceImpl@a740a74
_lock = java.lang.Object@a700a70
_parser = com.ibm.ws.naming.util.WsnNameParser@2e242e24
_ns = com.ibm.ws.naming.ipbase.NameSpace@67d267d2
_alreadyInitialized = true
_serializationInProcess = false
CLASS_ctor = javaNameSpaceImpl()
CLASS_ctor_2 = javaNameSpaceImpl(NameSpace, WsnNameParser, boolean, boolean)
METHOD_cloneJavaNameSpace = cloneJavaNameSpace()
METHOD_init = init(Hashtable)
METHOD_getRootCache = getRootCache()
METHOD_writeObject = writeObject(ObjectOutputStream)
class$com$ibm$ws$naming$java$javaNameSpaceImpl = java.lang.Class@11271127
_tc = com.ibm.ejs.ras.TraceComponent@3e643e64
JAVA_NAME_SPACE_IMPL = com.ibm.ws.naming.java.javaNameSpaceImpl
_jnsImplClass = this._webapp.javaNameSpaceValue.class$com$ibm$ws$naming$java$javaNameSpaceImpl
METHOD_createJavaNameSpace = createJavaNameSpace()
class$com$ibm$ws$naming$java$javaNameSpace = java.lang.Class@6fa76fa7
txManager =
tc = com.ibm.ejs.ras.TraceComponent@10ee10ee
_instance = this._webapp.txManager
_replayComplete = true
_quiesced = false
ASXARESOURCEFACTORY = com.ibm.ws.Transaction.JTA.ASXAResourceFactoryImpl
_callbackManager = com.ibm.ws.uow.UOWScopeCallbackManager@18a018a0
_thread = com.ibm.ws.Transaction.JTA.TranManagerSet$1@18a418a4
LOG_AT_ENLIST = true
class$com$ibm$ws$Transaction$JTA$TranManagerSet = java.lang.Class@6e216e21
nameSpaceCollaborator = this.nameSpaceCollaborator
connectionHandleCollaborator =
tc = com.ibm.ejs.ras.TraceComponent@7bcc7bcc
threadContext = com.ibm.ws.threadContext.ThreadContextImpl@78b678b6
disableMultiThreadConnMgmt = false
class$com$ibm$ws$webcontainer$collaborator$ConnectionHandleCollaborator = java.lang.Class@588f588f
initializationCollaborators =
[0] = com.ibm.ws.sip.container.was.WebsphereAppLoadListener@3b5e3b5e
[1] = com.ibm.ws.asynchbeans.naming.JavaCompManager@25f425f4
[2] = com.ibm.ws.appprofile.WebInitializationCollaborator@1b861b86
[3] = com.ibm.ws.workarea.WorkAreaWebCollaborator@2df02df0
[4] = com.ibm.ws.runtime.component.TxEEComponentImpl@73647364
[5] = com.ibm.ws.webservices.collaborators.WebCollaborator@43e443e4
[6] = com.ibm.ws.portletcontainer.runtime.WebAppInitializationCollaborator@66166616
invocationCollaborators =
[0] = com.ibm.debug.DebugWebAppInvocationCollaborator@53385338
transactionCollaborator =
tc = com.ibm.ejs.ras.TraceComponent@47164716
uowCurrent = this._webapp.txManager
ltCurrent = com.ibm.ws.LocalTransaction.LocalTranCurrentSet@305e305e
tranMgr = this._webapp.txManager
_webAppName = null
_sharedLTC = false
class$com$ibm$ws$webcontainer$webapp$WebAppTransactionCollaborator = java.lang.Class@55db55db
moduleMetaData =
webAppInitializationCollaboratorList = java.util.ArrayList@661a661a
webAppInvocationCollaboratorList = null
securityMetaData = com.ibm.ws.security.web.SecurityMetaData@3d903d90
_name = WebServiceProject.war
_amd = com.ibm.ws.runtime.metadata.ApplicationMetaDataImpl@564e564e
_cmd = {}
_context = this._webapp.javaColonCtxt
_resRefList = com.ibm.ejs.csi.ResRefListImpl@37d037d0
_j2eeName = com.ibm.ejs.csi.J2EENameImpl@38063806
_localTran = null
_globalTran = null
_isServlet23OrHigher = true
webAppConfig = com.ibm.ws.wswebcontainer.webapp.WebAppConfiguration@334a334a
_groupIndex = null
systemApp = false
jspComponentMetadata = com.ibm.ws.jsp.runtime.metadata.JspComponentMetaData@66626662
_jns = null
tc = this.cmd.tc
slots = [Ljava.lang.Object;@387e387e
class$com$ibm$ws$runtime$metadata$MetaDataImpl = this.cmd.class$com$ibm$ws$runtime$metadata$MetaDataImpl
javaColonCtxt =
myProps = java.util.Properties@688a688a
defaultInitCtx = com.ibm.ws.naming.java.javaURLContextRoot@7cae7cae
gotDefault = true
webAppCollaboratorConfig =
_wmmd = this._webapp.moduleMetaData
_webApp = this._webapp
securityCollaborator = this.securityCollaborator
deployedModule = null
webAppCmd =
tc = this.cmd.tc
slots = [Ljava.lang.Object;@66b066b0
class$com$ibm$ws$runtime$metadata$MetaDataImpl = this.cmd.class$com$ibm$ws$runtime$metadata$MetaDataImpl
COMPONENTMETADATASTUB = ComponentMetaDataStub
envObject =
tc = this.nameSpaceCollaborator.threadContext.tc
count = 36
index = 32
SUSPECTED_MISUSAGE_THRESHOLD = 200
class$com$ibm$ws$util$WSThreadLocal = this.nameSpaceCollaborator.threadContext.class$com$ibm$ws$util$WSThreadLocal
threadLocalHashCode = -556785747
nextHashCode = 1653870135
HASH_INCREMENT = 1640531527
class$com$ibm$ws$wswebcontainer$webapp$WebApp =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
class$com$ibm$ws$runtime$service$Server =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
class$com$ibm$websphere$servlet$context$IBMServletContext = null
commands =
serialVersionUID = 8683452581122892189
elementData = [Ljava.lang.Object;@e260e26
size = 0
modCount = 0
requestMapper =
matcher = com.ibm.ws.webcontainer.util.URIMatcher@fc40fc4
parent =
tc = com.ibm.ejs.ras.TraceComponent@60706070
class$com$ibm$ws$wswebcontainer$webapp$WebGroup = java.lang.Class@4d774d77
sessUrlRewritePrefix = ;jsessionid=
qMark = ?
config = com.ibm.ws.wswebcontainer.webapp.WebGroupConfiguration@281a281a
webApp = this._webapp
class$com$ibm$ws$webcontainer$webapp$WebGroup = java.lang.Class@4cb04cb0
commands = java.util.ArrayList@280c280c
requestMapper = null
parent = com.ibm.ws.wswebcontainer.VirtualHost@24ee24ee
name = /WebServiceProject/*
isAlive = true
subElements = java.util.HashMap@d360d36
attributes = null
config = null
name = WebServiceProject#WebServiceProject.war
isAlive = true
subElements = null
attributes =
serialVersionUID = 1978198479659022715
m = java.util.HashMap@10781078
mutex = this._webapp.attributes
keySet = null
entrySet = null
values = null
config = null
exposeWebInfOnDispatch = false
throw404InPreferenceTo403 = false
class$com$ibm$ws$webcontainer$extension$DefaultExtensionProcessor =
serialVersionUID = 3206093459760846163
AllPermissionsPD = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.AllPermissionsPD
classNameMap = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.classNameMap
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 33686065
j9Config = 8314596479310233600
EmptyParameters = this.class$com$ibm$ws$wswebcontainer$extension$DefaultExtensionProcessor.EmptyParameters
extensionContext = this._webappI hope this sheds some light.
Thanks
mtbaezMemberHi Brian,
I found what the issue was!.
It seems that I didn’t apply the web service patch when I upgraded the was up to the 23 pak. I installed the web service component for the pak and now I’m getting the wsdls and the Calulator example is running.
Thanks for your help.
– Miguel
Brian FernandesModeratorMiguel,
Thank you very much for reporting back, much appreciated. I’m glad it’s working now.
kaitaipeiMemberMiguel,
I’m trying to deploy a JAX-WS web service on WAS 6.1 but I’m getting the following error when I try to query the wsdl file in internet explorer,
Error 404: SRVE0190E: File not found: /ODMServiceService
I had installed 25 pak and also read your post and don’t figure out which “web service component” you installed to solve this problem.
We would appreciate if you kindly let us know where to download the “web service component”.
Thanks a lot
Kai
-
AuthorPosts