[wsas-java-dev] [jira] Closed: (WSAS-358) Data services cannot be
created in MSI based wsas installation
Charitha Kankanamge (JIRA)
jira at wso2.org
Thu Aug 2 03:47:42 PDT 2007
[ http://www.wso2.org/jira/browse/WSAS-358?page=all ]
Charitha Kankanamge closed WSAS-358.
------------------------------------
Verified in the latest MSI and closed the bug.
> Data services cannot be created in MSI based wsas installation
> --------------------------------------------------------------
>
> Key: WSAS-358
> URL: http://www.wso2.org/jira/browse/WSAS-358
> Project: WSO2 WSAS
> Issue Type: Bug
> Components: data-services
> Affects Versions: Nightly
> Environment: winxp, jdk15
> Reporter: Charitha Kankanamge
> Assigned To: sumedha rubasinghe
> Priority: Blocker
>
> Following error thrown when saving data services if WSAS was installed using MSI.
> ERROR [2007-07-12 11:12:49,187] Error while creating the file for the new service config file for the new service test
> org.apache.axis2.AxisFault: Error while creating the file for the new service config file for the new service test
> at org.wso2.wsas.admin.service.DataServiceAdmin.saveDataServiceContents(DataServiceAdmin.java:168)
> 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:585)
> at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194)
> at org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:62)
> at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:95)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
> at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:240)
> at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:118)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.wso2.adminui.AdminUIServletFilter.doFilter(AdminUIServletFilter.java:140)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.IOException: The system cannot find the path specified
> at java.io.WinNTFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:850)
> at org.wso2.wsas.admin.service.DataServiceAdmin.saveDataServiceContents(DataServiceAdmin.java:166)
> ... 29 more
> Steps to reproduce:
> ===============
> 1. Start to create data service
> 2. Click on deploy at the final step
> You will get 'Error while creating the file for the new service config file for the new service'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsas-java-dev
mailing list