[ 
http://issues.apache.org/jira/browse/MUSE-128?page=comments#action_12442871 ] 
            
James Shiell commented on MUSE-128:
-----------------------------------

Reproduced it, but no further detail is logged. WLS isn't logging anything and 
it looks as if the log message may be being printed to System.err/out - it 
doesn't have any of the configured log headers or the like. Muse itself is just 
rethrowing a runtime exception, not logging it.

Therefore the following is from the debugger:

java.io.FileInputStream.open(Native Method)
java.io.FileInputStream.<init>(FileInputStream.java:106)
org.apache.muse.core.platform.axis2.AxisEnvironment.getDataResourceStream(AxisEnvironment.java:261)
org.apache.muse.core.AbstractEnvironment.getDocument(AbstractEnvironment.java:270)
org.apache.muse.core.platform.AbstractIsolationLayer.initialize(AbstractIsolationLayer.java:143)
org.apache.muse.core.platform.axis2.AxisIsolationLayer.setOperationContext(AxisIsolationLayer.java:138)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.axis2.engine.DependencyManager.configureBusinessLogicProvider(DependencyManager.java:70)
org.apache.axis2.receivers.RawXMLINOutMessageReceiver.invokeBusinessLogic(RawXMLINOutMessageReceiver.java:85)
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:39)
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:493)
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:323)
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:234)

> Deployment as WAR file fails on WLS 9.2
> ---------------------------------------
>
>                 Key: MUSE-128
>                 URL: http://issues.apache.org/jira/browse/MUSE-128
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Windows XP SP2, Weblogic Server 9.2
>            Reporter: James Shiell
>         Assigned To: Dan Jemiolo
>             Fix For: 2.1.0
>
>
> When the application is packaged as a WAR file, and a service is packaged as 
> a AAR file, initialisation fails with the exception below.
> If the application is deployed in exploded form then this error does not 
> occur.
> Muse appears to be trying to access the file directly, and hence is 
> dependendant on an extracted copy of the file. As WLS does not unzip 
> version.aar it is failing as below. I would expect this to work regardless of 
> the applications approach to archives.
> This is similar to MUSE-117, but related to the WAR itself.
> Caused by: java.io.FileNotFoundException: 
> C:\dev\bea\user_projects\domains\ossj\servers\AdminServer\tmp\_WL_user\exploded\kzealm\war\WEB-INF\services\version.aar\muse.xml
>  (The system cannot find the path specified)
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:106)
>         at 
> org.apache.muse.core.platform.axis2.AxisEnvironment.getDataResourceStream(AxisEnvironment.java:261)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to