DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17422>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17422

UnmarshalException in RMI call  (Tomcat 4.1.18)

           Summary: UnmarshalException in RMI call  (Tomcat 4.1.18)
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
               URL: http://www,innovatis-group,com
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello

We've installed Tomcat using Jaas authentication Realm in our app context.
When Tomcat is trying to get connected with Jboss when Tomcat has been 
installed in a directory containing spaces ex. Apache Group, or program files
an unmarshallException is thrown. This error disappears once Tomcat is 
installed in a directory which does not contain any spaces.

UnmarshalException
***
41821 [Thread-4] ERROR ch.j4e.frontend.common.j4e.J4eLoginModule  - java.rmi.Ser
verException: RemoteException occurred in server thread; nested exception is:
        java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
        java.net.MalformedURLException: no protocol: 4.1.18/webapps/timeanchor/W
EB-INF/classes/
***

Server.xml context
************ 
<Context path="/our_app" docBase="timeanchor" reloadable="true" 
crossContext="false">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_our_app_log." suffix=".txt" timestamp="true" />

<Realm className="org.apache.catalina.realm.JAASRealm" debug="3"
                          appName="J4eLogin" 
userClassNames="xx.xx.common.xx.dataobjects.AppUserDO"
                  roleClassNames="xx.xx.common.xx.dataobjects.AppUserRoleDO">
 </Realm>
</Context>
***********************

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

Reply via email to