[JBoss-user] [Nukes User] - Re: html standards compliance

2004-07-06 Thread 5holeem
i'd like to get a copy.  tried to email you, but you don't have a valid address in 
your profile.  how would you like to send or have me get the files? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841120#3841120

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841120


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-01 Thread 5holeem
thanks.   that did it.  I guess in the other post the person had resolved their own 
problem.  my bad.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840684#3840684

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840684


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-01 Thread 5holeem
Table was created, so it was easy to add the unique field.  I think i found the 
problem.  you have a period at the end of the sql staement.  I think you just need to 
remove it from you mysql.properties files and you should be all set.  


  | ALTER TABLE nuke_news_topics ADD UNIQUE (name).
  | 

I'm having one other problem.  When I go to add an image file in the HTML module I get 
an out of memory exception.  I saw another post like this in the forum, but with no 
answer.  When I look in the server log it indicates that the nukeservlet is throwing 
the exception.  Any ideas?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840681#3840681

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840681


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-01 Thread 5holeem
Used the nukes-1.1.0-mysql-rc2.zip to install.  Most of the setup went fine.  Per your 
request for info, I had one unique statement fail on startup.  See below:


2004-06-30 17:04:14,784 INFO  [org.jboss.nukes.addons.modules.news.NewsModule] Started
2004-06-30 17:04:14,784 INFO  [org.jboss.ejb.plugins.EntityInstancePool] Started 
jboss.j2ee:jndiName=nukes/news/PropertyDefaultValue,plugin=pool,service=EJB
2004-06-30 17:04:14,784 INFO  [org.jboss.ejb.EntityContainer] Started 
jboss.j2ee:jndiName=nukes/news/PropertyDefaultValue,service=EJB
2004-06-30 17:04:14,844 INFO  
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] Created table 
'nuke_news_topics' successfully.
2004-06-30 17:04:14,894 INFO  
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] Created index 
'nuke_news_topics_idx13' on 'nuke_news_topics' successfully.
2004-06-30 17:04:14,894 INFO  
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] issuePostCreateSQL::sql: 
[ALTER TABLE nuke_news_topics ADD UNIQUE (name).] on table nuke_news_topics
2004-06-30 17:04:14,894 INFO  
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] Executing SQL: ALTER TABLE 
nuke_news_topics ADD UNIQUE (name).
2004-06-30 17:04:14,894 WARN  
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] Issuing sql ALTER TABLE 
nuke_news_topics ADD UNIQUE (name). failed: java.sql.SQLException: Syntax error or 
access violation,  message from server: "You have an error in your SQL syntax.  Check 
the manual that corresponds to your MySQL server version for the right syntax to use 
near '.' at line 1"
2004-06-30 17:04:14,894 ERROR [org.jboss.ejb.EntityContainer] Starting failed
org.jboss.deployment.DeploymentException: Error while issuing sql in 
post-table-create; - nested throwable: (java.sql.SQLException: Syntax error or access 
violation,  message from server: "You have an error in your SQL syntax.  Check the 
manual that corresponds to your MySQL server version for the right syntax to use near 
'.' at line 1")

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840672#3840672

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840672


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user