[Concern-users] RE: server.log and jmx-console output
Brought to you by:
hengels,
leonchiver
|
From: Holger E. <he...@me...> - 2004-05-12 11:18:22
|
Quoting Raoul Zon <rao...@to...>:
> Holger,
>
> I changed timeout to "varchar(256)" and currently it runs without
> errors!!!
.. hm, maybe something like bigint instead of varchar?
It would be great, if you could correct the xsl according to your findings
with sapdb ..
> BUT....as the never ending story continues, logging in seems to be a
> problem. I provide an arbitrary user and pass (which are the same) but
> get a authentication failed.
Sorry, I forgot to mention that in the documentation. You have to tell jboss,
how to authenticate by editing the jboss/server/default/conf/login-config.xml.
Add the following lines:
<application-policy name = "concern">
<authentication>
<login-module
code="org.jboss.security.auth.spi.SimpleServerLoginModule"
flag = "required" />
</authentication>
</application-policy>
Regards,
Holger
> -----Oorspronkelijk bericht-----
> Van: Holger Engels [mailto:he...@me...]
> Verzonden: woensdag 12 mei 2004 12:11
> Aan: Raoul Zon
> Onderwerp: RE: server.log and jmx-console output
>
>
> Quoting Raoul Zon <rao...@to...>:
>
> > Holger,
> >
> > What did you fix....I did a complete "Replace with latest from HEAD",
> > but still get the conversion error after the build. Anything
> particular
> > you changed or haven't you checked in the fix yet?
>
> The ddls are generated from xsl templates located in
> devel/src/res/xsl/ddl.
> You have to run
>
> cd devel
> ant dist
> cd ..
> cd j2ee-demo
> ant concern
>
> then you should have ddls with an integer typed timeout field in the
> timer
> table.
>
> Holger
>
> > Raoul
> >
> > -----Oorspronkelijk bericht-----
> > Van: Holger Engels [mailto:he...@me...]
> > Verzonden: woensdag 12 mei 2004 11:45
> > Aan: Raoul Zon
> > Onderwerp: Re: server.log and jmx-console output
> >
> >
> > Quoting Raoul Zon <rao...@to...>:
> >
> > > Holger,
> > >
> > > Here are my server.log containing the errors and the jmx-console
> > > output
> > > in textfile.
> >
> > Thanks,
> >
> > it's looking quite ok. Only the column type of field timeout in the
> > *_timer
> > tables is wrong. The error occurs periodically, because the scheduler
> > service
> > polls these tables. I fixed it in cvs.
> >
> > Regards,
> >
> > Holger Engels
> > (Dipl Inf Med)
> >
> > --
> > Consultant, Architect, Developer
> > Mobile: +49 176 20119752
> >
> > -------------------------------------------------
> > This mail sent through IMP: http://horde.org/imp/
> >
> >
>
>
> Holger Engels
> (Dipl Inf Med)
>
> --
> Consultant, Architect, Developer
> Mobile: +49 176 20119752
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
>
Holger Engels
(Dipl Inf Med)
--
Consultant, Architect, Developer
Mobile: +49 176 20119752
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
|